summaryrefslogtreecommitdiff
path: root/src/lib/debug.h
diff options
context:
space:
mode:
authorFabien Proriol <fabien.proriol@kazoe.org>2025-05-25 12:13:31 +0200
committerFabien Proriol <fabien.proriol@kazoe.org>2025-05-25 12:13:31 +0200
commit1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (patch)
tree8c491cd196e2eff4c59f8c23f566f7ff26981586 /src/lib/debug.h
Initial Commit
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