This commit is contained in:
Jonas Kvinge
2020-05-29 18:06:50 +02:00
parent 94430883ad
commit 6447f159e5
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ class CollectionBackendInterface;
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0) #if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
# define qt_endl Qt::endl # define qt_endl Qt::endl
#else #else
# define qt_endl std::endl # define qt_endl endl
#endif #endif
AsxIniParser::AsxIniParser(CollectionBackendInterface *collection, QObject *parent) AsxIniParser::AsxIniParser(CollectionBackendInterface *collection, QObject *parent)

View File

@@ -37,7 +37,7 @@ class CollectionBackendInterface;
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0) #if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
# define qt_endl Qt::endl # define qt_endl Qt::endl
#else #else
# define qt_endl std::endl # define qt_endl endl
#endif #endif
PLSParser::PLSParser(CollectionBackendInterface *collection, QObject *parent) PLSParser::PLSParser(CollectionBackendInterface *collection, QObject *parent)