From 49daa163530ceabc9eaa8911ab96b5f799cfb552 Mon Sep 17 00:00:00 2001 From: Fabien Proriol Date: Sun, 25 May 2025 17:58:09 +0200 Subject: Initial Commit --- src/debug.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/debug.cpp (limited to 'src/debug.cpp') diff --git a/src/debug.cpp b/src/debug.cpp new file mode 100644 index 0000000..a07d815 --- /dev/null +++ b/src/debug.cpp @@ -0,0 +1,6 @@ +#include "debug.h" + +Q_LOGGING_CATEGORY(DESKTOP_MGR_CORE, "desktopmgr.core") +Q_LOGGING_CATEGORY(DESKTOP_MGR_SCREEN_COPY, "desktopmgr.screencopy") +Q_LOGGING_CATEGORY(DESKTOP_MGR_VNC_KEYBOARD, "desktopmgr.vnckeyboard") +Q_LOGGING_CATEGORY(DESKTOP_MGR_VIRTUAL_POINTER, "desktopmgr.virtualpointer") -- cgit v1.2.3