diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 12:13:31 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 12:13:31 +0200 |
commit | 1dbc0e3c88ba271ba35bc3f82e7864c4f35e1236 (patch) | |
tree | 8c491cd196e2eff4c59f8c23f566f7ff26981586 /src/lib/debug.cpp |
Initial Commit
Diffstat (limited to 'src/lib/debug.cpp')
-rw-r--r-- | src/lib/debug.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/debug.cpp b/src/lib/debug.cpp new file mode 100644 index 0000000..565bdbc --- /dev/null +++ b/src/lib/debug.cpp @@ -0,0 +1,4 @@ +#include "debug.h" + +Q_LOGGING_CATEGORY(AUTO_START, "xdg.auto_start") +Q_LOGGING_CATEGORY(SYSTEM_TRAY, "xdg.system_tray") |