qmlfrontend/Page1.qml
branchqmlfrontend
changeset 12863 fe16fa088b69
parent 12861 488782d9aba9
child 12876 b544bbbd0696
--- a/qmlfrontend/Page1.qml	Tue Dec 26 01:36:58 2017 +0100
+++ b/qmlfrontend/Page1.qml	Wed Dec 27 00:59:26 2017 +0100
@@ -2,8 +2,10 @@
 import Hedgewars.Engine 1.0
 
 Page1Form {
+  gameButton.onClicked: {
+    HWEngine.runQuickGame()
+}
   button1.onClicked: {
-    console.log("Button clicked")
     HWEngine.getPreview()
   }