summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/GpsList.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-19 04:51:19 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-19 05:14:44 -0700
commitc6dbbe1aacf4dc3c6b18b318428113a3d0050625 (patch)
tree85209460aef1726028ac72fbe666198e2b63f6e7 /mobile-widgets/qml/GpsList.qml
parentfe62da3a6b52b1367a8484ddeabc0401d1c2c0f2 (diff)
downloadsubsurface-c6dbbe1aacf4dc3c6b18b318428113a3d0050625.tar.gz
QML UI: adapt for latest Kirigami
In commit 50ebdd020e3c of the Kirigami project the syntax with which actions are added to pages has changed. This commit tracks that, adds the new file that was added in Kirigami and also removes the now obsolete context menus (since we have a working back button on iOS now) Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/GpsList.qml')
-rw-r--r--mobile-widgets/qml/GpsList.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/mobile-widgets/qml/GpsList.qml b/mobile-widgets/qml/GpsList.qml
index 6903acd80..8866160d9 100644
--- a/mobile-widgets/qml/GpsList.qml
+++ b/mobile-widgets/qml/GpsList.qml
@@ -15,18 +15,6 @@ Kirigami.ScrollablePage {
objectName: "gpsList"
title: "GPS Fixes"
-/* this can be done by hitting the back key
- contextualActions: [
- Action {
- text: "Close GPS list"
- iconName: "dialog-cancel"
- onTriggered: {
- stackView.pop()
- contextDrawer.close()
- }
- }
- ]
- */
Component {
id: gpsDelegate
Kirigami.SwipeListItem {