diff -r 899a30018ede -r b0abef0ee78c qmlFrontend/qml/qmlFrontend/LocalGame.qml --- 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 {