diff -r b8871dd33ec4 -r 21be7838a127 qmlfrontend/Page1.qml --- a/qmlfrontend/Page1.qml Sun Nov 25 05:52:06 2018 +0300 +++ b/qmlfrontend/Page1.qml Sun Nov 25 22:32:49 2018 +0100 @@ -3,8 +3,7 @@ Page1Form { tickButton.onClicked: { - - // item1.tick(100) + gameView.tick(100) } gameButton.onClicked: { HWEngine.runQuickGame()