From 95012f47640d8facf8ae4e8cde8b74b3322f6e2f Mon Sep 17 00:00:00 2001 From: Anatoly Mihalchenko Date: Fri, 8 Jun 2012 17:44:16 +0300 Subject: [PATCH] Virtual Keyboard: removed debug messages on linux --- src/gui/UBKeyboardPalette_linux.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/gui/UBKeyboardPalette_linux.cpp b/src/gui/UBKeyboardPalette_linux.cpp index 2febf9f5..7dd1af4d 100644 --- a/src/gui/UBKeyboardPalette_linux.cpp +++ b/src/gui/UBKeyboardPalette_linux.cpp @@ -73,6 +73,7 @@ void x11SendKey(Display *display, int keyCode, int modifiers) } +/* void traceKeyCodes() { Display *display = XOpenDisplay(0); @@ -102,6 +103,7 @@ void traceKeyCodes() XCloseDisplay(display); } +*/ void UBKeyboardButton::sendUnicodeSymbol(KEYCODE keycode) @@ -184,16 +186,8 @@ void UBKeyboardPalette::onActivated(bool activated) XCloseDisplay(display); - qDebug() << "------------ ORIGINAL --------------------------------------------------"; - traceKeyCodes(); - onLocaleChanged(locales[nCurrentLocale]); - qDebug() << "------------ CUSTOM ------------------------------------------------"; - traceKeyCodes(); - qDebug() << "----------------------------------------------------------------------"; - - } else {