Fix warning
This commit is contained in:
@@ -63,10 +63,9 @@ ColumnLayout {
|
||||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onTapped: {
|
||||
let map = fullScreenMap.createObject(parent, {
|
||||
fullScreenMap.createObject(parent, {
|
||||
liveLocationModel: liveLocationModel
|
||||
});
|
||||
map.open();
|
||||
})
|
||||
}
|
||||
}
|
||||
Connections {
|
||||
|
||||
Reference in New Issue
Block a user