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