From: Henrik Brautaset Aronsen <[email protected]> I don't know how this got here. Probably having fun with copy and paste.
Signed-off-by: Henrik Brautaset Aronsen <[email protected]> --- 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 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
