aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pythonextensions/pyutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pythonextensions/pyutil.h')
-rw-r--r--plugins/pythonextensions/pyutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/pythonextensions/pyutil.h b/plugins/pythonextensions/pyutil.h
index ca58f6e..360a686 100644
--- a/plugins/pythonextensions/pyutil.h
+++ b/plugins/pythonextensions/pyutil.h
@@ -27,11 +27,16 @@
#define PYUTIL_H
#include "pythonextensions_global.h"
+
+#include <QLoggingCategory>
+
#include <string>
class QObject;
class QString;
+Q_DECLARE_LOGGING_CATEGORY(pyLog)
+
namespace PyUtil {
// Note: If modifying the bindings, check these types still align