mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
less verbose categorized logging, move to ecm module later
This commit is contained in:
parent
feddd046d7
commit
c7a04b0ed6
@ -17,7 +17,13 @@
|
||||
#include <QProcess>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#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
|
||||
|
||||
#define BBOX_BUFLEN 200
|
||||
|
Loading…
Reference in New Issue
Block a user