Remove redundant TapHandlers
This commit is contained in:
@@ -69,14 +69,6 @@ ColumnLayout {
|
|||||||
map.open();
|
map.open();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TapHandler {
|
|
||||||
acceptedDevices: PointerDevice.TouchScreen
|
|
||||||
onLongPressed: openMessageContext("")
|
|
||||||
}
|
|
||||||
TapHandler {
|
|
||||||
acceptedButtons: Qt.RightButton
|
|
||||||
onTapped: openMessageContext("")
|
|
||||||
}
|
|
||||||
Connections {
|
Connections {
|
||||||
target: mapView.map
|
target: mapView.map
|
||||||
function onCopyrightLinkActivated(link: string) {
|
function onCopyrightLinkActivated(link: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user