add focus in google dialog
[mdictionary] / src / mdictionary / qml / GoogleDialog.qml
index 331bd73..77fef8d 100644 (file)
@@ -55,15 +55,10 @@ Rectangle{
     }
 
     Keys.onTabPressed: {
-        console.log("tab");
         focusIndex++;
         setFocus();
     }
 
-    Keys.onPressed: {
-        console.log("taaaa");
-    }
-
     signal saveButtonClicked(string langFrom, string langTo);
 
     SystemPalette {