3 Commits 905c38d4a7 ... e537c47f0b

Autor SHA1 Mensaje Fecha
  Daniel Lackmann e537c47f0b remove onInputPanelChange console log hace 2 años
  Daniel Lackmann d423307ee3 remove debug outputs when build in release mode hace 2 años
  Daniel Lackmann 40e9631154 settings is not defined hace 2 años
Se han modificado 3 ficheros con 2 adiciones y 5 borrados
  1. 0 1
      InputPanel.qml
  2. 0 4
      KeyButton.qml
  3. 2 0
      freevirtualkeyboard.pro

+ 0 - 1
InputPanel.qml

@@ -20,7 +20,6 @@ Item {
 
     KeyModel {
         id:keyModel
-        kbdLayout: settings.value("COMMON/KbdLayout") //"de"
     }
 
     FontLoader {

+ 0 - 4
KeyButton.qml

@@ -116,10 +116,6 @@ Item {
         }
     }
 
-    onInputPanelChanged: {
-        console.log("onInputPanelChanged: " + inputPanel.objectName);
-    }
-
     // If the InputPanel property has a valid InputPanel reference and if
     // showPreview is true, then this function calls showKeyPopup() to
     // show the character preview popup.

+ 2 - 0
freevirtualkeyboard.pro

@@ -7,6 +7,8 @@
 QT       += qml quick quick-private gui-private
 
 CONFIG += plugin
+CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT
+
 
 TARGET = FreeVirtualKeyboard
 TEMPLATE = lib