From 5c14e3738eaf582c4e3fa48d4f866a5e93cadbba Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Fri, 13 May 2022 00:31:39 -0700 Subject: [PATCH] Qt: Build on older Qt --- src/platform/qt/LogController.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/platform/qt/LogController.cpp b/src/platform/qt/LogController.cpp index 8b11e76e4..d60771073 100644 --- a/src/platform/qt/LogController.cpp +++ b/src/platform/qt/LogController.cpp @@ -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);