Fix various qmllint warnings
This commit is contained in:
@@ -79,7 +79,7 @@ ColumnLayout {
|
||||
}
|
||||
Connections {
|
||||
target: mapView.map
|
||||
function onCopyrightLinkActivated() {
|
||||
function onCopyrightLinkActivated(link: string) {
|
||||
Qt.openUrlExternally(link);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user