Fix warning

This commit is contained in:
Tobias Fella
2025-09-01 23:12:31 +02:00
parent 53cd230d16
commit 4a52bc04fb

View File

@@ -63,10 +63,9 @@ ColumnLayout {
TapHandler { TapHandler {
acceptedButtons: Qt.LeftButton acceptedButtons: Qt.LeftButton
onTapped: { onTapped: {
let map = fullScreenMap.createObject(parent, { fullScreenMap.createObject(parent, {
liveLocationModel: liveLocationModel liveLocationModel: liveLocationModel
}); })
map.open();
} }
} }
Connections { Connections {