mirror of https://github.com/mgba-emu/mgba.git
Qt: Build on older Qt
This commit is contained in:
parent
b3ec5cca98
commit
5c14e3738e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue