[PATCH] QML UI: Remove unused onClicked event for back button

subsurface at henrik.synth.no subsurface at henrik.synth.no
Tue Feb 9 12:16:29 PST 2016


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

I don't know how this got here.  Probably having fun
with copy and paste.

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 qt-mobile/qml/TopBar.qml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/qt-mobile/qml/TopBar.qml b/qt-mobile/qml/TopBar.qml
index 7c6beb4..107b261 100644
--- a/qt-mobile/qml/TopBar.qml
+++ b/qt-mobile/qml/TopBar.qml
@@ -104,13 +104,6 @@ Rectangle {
 				height: parent.height
 				width: parent.width
 				onClicked: {
-					detailsWindow.open()
-				}
-			}
-			MouseArea {
-				height: parent.height
-				width: parent.width
-				onClicked: {
 					detailsWindow.startEditMode()
 				}
 			}
-- 
2.7.0



More information about the subsurface mailing list