aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/TopBar.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/qt-mobile/qml/TopBar.qml b/qt-mobile/qml/TopBar.qml
index 7c6beb44b..107b261d3 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()
}
}