From 61c90efc6b757e9ca1c6910f5c112275fba0f53c Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 8 Mar 2018 22:04:28 +0200 Subject: main.qml: create an instance of MapPage Signed-off-by: Lubomir I. Ivanov --- mobile-widgets/qml/main.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mobile-widgets/qml') 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 -- cgit v1.2.3-70-g09d2