add focus in qml
[mdictionary] / src / mdictionary / qml / FlickableWebView.qml
index edd448d..42818ef 100644 (file)
@@ -72,10 +72,6 @@ Flickable {
         contentsScale: 1
         pressGrabTime: 0
 
-        Keys.onRightPressed: {
-            console.log("test");
-        }
-
         function doZoom(zoom,centerX,centerY)
         {
             var tempX = flickable.width/2 - parent.x*zoom;