summaryrefslogtreecommitdiff
path: root/src/lib/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/debug.h')
-rw-r--r--src/lib/debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/debug.h b/src/lib/debug.h
new file mode 100644
index 0000000..978b470
--- /dev/null
+++ b/src/lib/debug.h
@@ -0,0 +1,9 @@
+#ifndef DEBUG_H
+#define DEBUG_H
+
+#include <QLoggingCategory>
+
+Q_DECLARE_LOGGING_CATEGORY(AUTO_START)
+Q_DECLARE_LOGGING_CATEGORY(SYSTEM_TRAY)
+
+#endif // DEBUG_H