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 {
acceptedButtons: Qt.LeftButton
onTapped: {
let map = fullScreenMap.createObject(parent, {
fullScreenMap.createObject(parent, {
liveLocationModel: liveLocationModel
});
map.open();
})
}
}
Connections {