summaryrefslogtreecommitdiff
path: root/qml/pages/Board.qml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2014-08-31 19:52:37 +0200
committerSébastien Dailly <sebastien@chimrod.com>2014-08-31 19:52:37 +0200
commitfcca4f01fec5c97a0e2a6ca6cd9088a87aa76816 (patch)
treea9e5ec1e732ac9becad328935fb4224e72addf9a /qml/pages/Board.qml
parentd48ac3970ef04a404c42f30c72cbdc327178f0dc (diff)
Added history management
Diffstat (limited to 'qml/pages/Board.qml')
-rw-r--r--qml/pages/Board.qml4
1 files changed, 1 insertions, 3 deletions
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 {