mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
main.qml: create an instance of MapPage
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
392a3e5910
commit
61c90efc6b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue