Qt: Build on older Qt

This commit is contained in:
Vicki Pfau 2022-05-13 00:31:39 -07:00
parent b3ec5cca98
commit 5c14e3738e
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ using namespace QGBA;
#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
#define endl Qt::endl
#else
#define endl std::endl
#endif
LogController LogController::s_global(mLOG_ALL);