Fix endl
This commit is contained in:
@@ -34,7 +34,7 @@ class CollectionBackendInterface;
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
|
||||
# define qt_endl Qt::endl
|
||||
#else
|
||||
# define qt_endl std::endl
|
||||
# define qt_endl endl
|
||||
#endif
|
||||
|
||||
AsxIniParser::AsxIniParser(CollectionBackendInterface *collection, QObject *parent)
|
||||
|
||||
@@ -37,7 +37,7 @@ class CollectionBackendInterface;
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
|
||||
# define qt_endl Qt::endl
|
||||
#else
|
||||
# define qt_endl std::endl
|
||||
# define qt_endl endl
|
||||
#endif
|
||||
|
||||
PLSParser::PLSParser(CollectionBackendInterface *collection, QObject *parent)
|
||||
|
||||
Reference in New Issue
Block a user