From fcca4f01fec5c97a0e2a6ca6cd9088a87aa76816 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 31 Aug 2014 19:52:37 +0200 Subject: Added history management --- qml/pages/Board.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qml/pages/Board.qml') diff --git a/qml/pages/Board.qml b/qml/pages/Board.qml index cee8492..16c4e6b 100644 --- a/qml/pages/Board.qml +++ b/qml/pages/Board.qml @@ -4,8 +4,6 @@ import Sailfish.Silica 1.0 import io.thp.pyotherside 1.2 - - Page { width: Screen.width; height: Screen.height; @@ -27,7 +25,7 @@ Page { IconButton { width: (parent.width - parent.height) / 2; icon.source: "image://theme/icon-m-back" - onClicked: console.log("Previous!") + onClicked: goban.undo(); } Image { -- cgit v1.2.3