summaryrefslogtreecommitdiff
path: root/utils/wpseditor/gui/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/gui/src/utils.h')
-rw-r--r--utils/wpseditor/gui/src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/wpseditor/gui/src/utils.h b/utils/wpseditor/gui/src/utils.h
index ae88d78249..f1a05d3397 100644
--- a/utils/wpseditor/gui/src/utils.h
+++ b/utils/wpseditor/gui/src/utils.h
@@ -5,6 +5,7 @@
5 5
6#define DEBUGF1 qlogger 6#define DEBUGF1 qlogger
7#define DEBUGF2(...) 7#define DEBUGF2(...)
8#define DEBUGF3 qDebug
8 9
9extern int qlogger(const char* fmt,...); 10extern int qlogger(const char* fmt,...);
10extern int qlogger(const QString& s); 11extern int qlogger(const QString& s);