main.qml: create an instance of MapPage

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2018-03-08 22:04:28 +02:00 committed by Dirk Hohndel
parent 392a3e5910
commit 61c90efc6b

View file

@ -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