qmlFrontend/qml/qmlFrontend/LocalGame.qml
branchqmlfrontend
changeset 10432 b0abef0ee78c
parent 10422 4cf23d4c7624
child 11426 ab6a6d9ebfc0
--- a/qmlFrontend/qml/qmlFrontend/LocalGame.qml	Sun Sep 28 01:17:55 2014 +0400
+++ b/qmlFrontend/qml/qmlFrontend/LocalGame.qml	Sun Sep 28 21:33:14 2014 +0400
@@ -1,5 +1,5 @@
 import QtQuick 2.0
-//import Hedgewars.Engine 1.0
+import Hedgewars.Engine 1.0
 
 Rectangle {
     HWButton {
@@ -8,6 +8,8 @@
         y: 66
         width: 150
         height: 150
+
+        onClicked: HWEngine.runQuickGame()
     }
 
     HWButton {