diff options
Diffstat (limited to 'qt-mobile/qml/GpsList.qml')
-rw-r--r-- | qt-mobile/qml/GpsList.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml index 322b2b1a6..97998b3cf 100644 --- a/qt-mobile/qml/GpsList.qml +++ b/qt-mobile/qml/GpsList.qml @@ -14,6 +14,7 @@ MobileComponents.Page { anchors.margins: MobileComponents.Units.gridUnit / 2 objectName: "gpsList" +/* this can be done by hitting the back key contextualActions: [ Action { text: "Close GPS list" @@ -24,6 +25,7 @@ MobileComponents.Page { } } ] + */ Component { id: gpsDelegate MobileComponents.ListItemWithActions { |