Guest User

Untitled

a guest
Mar 4th, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
  2. namespace Qt {
  3.   using TextStreamFunction = QTextStream& (*)(QTextStream&);
  4.   constexpr TextStreamFunction endl = ::endl;
  5. }
  6. #endif
Advertisement
Add Comment
Please, Sign In to add comment