From 5fdcdff6e387b5f6285a6eb5ad0c7f7a99b8bd1a Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Wed, 21 Sep 2016 19:13:19 +0200 Subject: [PATCH] Drop obsolete version check Frameworks already require Qt 5.5.0. REVIEW: 128989 --- src/imageformats/eps.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/imageformats/eps.cpp b/src/imageformats/eps.cpp index e566cc4..3064a4e 100644 --- a/src/imageformats/eps.cpp +++ b/src/imageformats/eps.cpp @@ -15,12 +15,8 @@ #include #include -#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) // logging category for this framework, default: log stuff >= warning Q_LOGGING_CATEGORY(EPSPLUGIN, "epsplugin", QtWarningMsg) -#else -Q_LOGGING_CATEGORY(EPSPLUGIN, "epsplugin") -#endif //#define EPS_PERFORMANCE_DEBUG 1