From 55eb4160dae56623c5e357bcd7a086649f40375a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 13 Feb 2016 21:53:01 -0800 Subject: Fix incorrect reference to endEditMode() Not sure how that slipped through the cracks. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile') 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() } } }, -- cgit v1.2.3-70-g09d2