summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-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