From b98381821900154276ce207799293a00a5f40f0e Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Thu, 21 Aug 2014 15:27:30 +0200 Subject: 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 --- src/plugins/platforms/xcb/qxcbconnection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/platforms/xcb') 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[] = { -- cgit v1.2.3