add focus in google dialog
authorjakub <jakub.jaszczynski@comarch.com>
Tue, 1 Mar 2011 09:46:01 +0000 (10:46 +0100)
committerjakub <jakub.jaszczynski@comarch.com>
Tue, 1 Mar 2011 09:46:01 +0000 (10:46 +0100)
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 {