diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-20 16:58:21 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 70a8402911dfe0659cdaca7f83f00e42116fdbec (patch) | |
tree | 6b280c9561276301df35e4aa5438390acb0b91da /mobile-widgets/qml/MapWidget.qml | |
parent | b7c4a7fbfc92ba359dfd39cf61ad56492b7b8004 (diff) | |
download | subsurface-70a8402911dfe0659cdaca7f83f00e42116fdbec.tar.gz |
mapwidgetcontextmenu: add placeholder QML
This QML component will be used to provide a context menu for the
QML map widget. Include the file in QRC and test it's creation
in MapWidget.qml.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/MapWidget.qml')
-rw-r--r-- | mobile-widgets/qml/MapWidget.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/MapWidget.qml b/mobile-widgets/qml/MapWidget.qml index 345288d25..5310bb4d6 100644 --- a/mobile-widgets/qml/MapWidget.qml +++ b/mobile-widgets/qml/MapWidget.qml @@ -137,4 +137,8 @@ Item { } } } + + MapWidgetContextMenu { + id: contextMenu + } } |