diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-13 21:53:01 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-13 21:53:01 -0800 |
commit | 55eb4160dae56623c5e357bcd7a086649f40375a (patch) | |
tree | f8a569fe36c9595941192c7a0e116ad43852df93 /qt-mobile | |
parent | da5be2249dc70db0b76d807107768e269de2ace2 (diff) | |
download | subsurface-55eb4160dae56623c5e357bcd7a086649f40375a.tar.gz |
Fix incorrect reference to endEditMode()
Not sure how that slipped through the cracks.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index 68696b6aa..d57d01bbb 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -148,7 +148,7 @@ MobileComponents.ApplicationWindow { text: "Preferences" onTriggered: { stackView.push(prefsWindow) - endEditMode() + detailsWindow.endEditMode() } } }, |