Fix warning
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user