aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-03-08 22:04:28 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-11 11:40:12 -0700
commit61c90efc6b757e9ca1c6910f5c112275fba0f53c (patch)
treea481d896053e31d81db8926c524e3acf9f31e88c
parent392a3e5910796cd54177d384097411ce5c8a3aec (diff)
downloadsubsurface-61c90efc6b757e9ca1c6910f5c112275fba0f53c.tar.gz
main.qml: create an instance of MapPage
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
-rw-r--r--mobile-widgets/qml/main.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index a34aa22f4..31c4d14b7 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -512,6 +512,12 @@ if you have network connectivity and want to sync your data to cloud storage."),
visible: false
}
+ MapPage {
+ id: mapPage
+ visible: false
+ anchors.fill: parent
+ }
+
ThemeTest {
id: themetest
visible: false