summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-08-21 15:27:30 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2014-08-24 10:27:25 +0200
commitb98381821900154276ce207799293a00a5f40f0e (patch)
treeb4e2db11d9f84753e45f52d2a42b5046414fcde0 /src/plugins/platforms/xcb
parent4040bc21ab09408cb6f188c4c747fb55499d9f5c (diff)
standardize QPA input event logging category hierarchy
If qtlogging.ini contains a rule qt.qpa.input*=true then all available input event logging will be enabled on any platform. There are more specific categories for touch, tablet, gestures, input methods etc. on some platforms. Change-Id: I8754ce23df8f0b750a4b7dfcf3afe5bab800ead8 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/plugins/platforms/xcb')
-rw-r--r--src/plugins/platforms/xcb/qxcbconnection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/xcb/qxcbconnection.cpp b/src/plugins/platforms/xcb/qxcbconnection.cpp
index 6a9abb5faf..ed5fe6d7c0 100644
--- a/src/plugins/platforms/xcb/qxcbconnection.cpp
+++ b/src/plugins/platforms/xcb/qxcbconnection.cpp
@@ -92,8 +92,8 @@
QT_BEGIN_NAMESPACE
-Q_LOGGING_CATEGORY(lcQpaXInput, "qt.qpa.events.input")
-Q_LOGGING_CATEGORY(lcQpaXInputDevices, "qt.qpa.devices")
+Q_LOGGING_CATEGORY(lcQpaXInput, "qt.qpa.input")
+Q_LOGGING_CATEGORY(lcQpaXInputDevices, "qt.qpa.input.devices")
#ifdef XCB_USE_XLIB
static const char * const xcbConnectionErrors[] = {