Explorar o código

remove onInputPanelChange console log

Daniel Lackmann %!s(int64=2) %!d(string=hai) anos
pai
achega
e537c47f0b
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      KeyButton.qml

+ 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.