aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.qml b/src/main.qml
index 12ca9de..49abcb6 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -17,6 +17,9 @@ Application {
id: mapProvider
name: "osm"
}
+ PositionSource {
+ id: positionProvider
+ }
LayerStack {
id: pageStack
anchors.fill: parent