summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/GpsList.qml
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2016-02-09 20:39:31 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-09 12:11:38 -0800
commit98dfc5c770a27081a9fc1d065281aaa31b67d52a (patch)
tree646982394806a68ab3e4de2e1d39ab27e66299b6 /qt-mobile/qml/GpsList.qml
parent8c9883cfcf66de99f6a563161918927ae0fb2f00 (diff)
downloadsubsurface-98dfc5c770a27081a9fc1d065281aaa31b67d52a.tar.gz
QML UI: Back buttons for app log and theme info
The app log and theme info had context menus with a single close item. No need for that. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/GpsList.qml')
-rw-r--r--qt-mobile/qml/GpsList.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml
index 07dc4a5de..2c30ae171 100644
--- a/qt-mobile/qml/GpsList.qml
+++ b/qt-mobile/qml/GpsList.qml
@@ -14,18 +14,6 @@ MobileComponents.Page {
anchors.margins: MobileComponents.Units.gridUnit / 2
objectName: "gpsList"
- contextualActions: [
- Action {
- id: closeLog
- text: "Close GPS list"
- iconName: "view-readermode"
- onTriggered: {
- stackView.pop()
- contextDrawer.close()
- }
- }
- ]
-
Component {
id: gpsDelegate
MobileComponents.ListItemWithActions {