mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 00:58:15 -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 <QProcess>
|
||||||
#include <QTemporaryFile>
|
#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")
|
Q_LOGGING_CATEGORY(EPSPLUGIN, "epsplugin")
|
||||||
|
#endif
|
||||||
|
|
||||||
//#define EPS_PERFORMANCE_DEBUG 1
|
//#define EPS_PERFORMANCE_DEBUG 1
|
||||||
|
|
||||||
#define BBOX_BUFLEN 200
|
#define BBOX_BUFLEN 200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user