File indexing completed on 2024-04-21 14:47:10

0001 #ifndef QTENDL_H
0002 #define QTENDL_H
0003 
0004 #include <QTextStream>
0005 
0006 #if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
0007 namespace Qt
0008 {
0009     static auto endl = ::endl;
0010 }
0011 #endif
0012 
0013 #endif // QTENDL_H