Fix various qmllint warnings

This commit is contained in:
Tobias Fella
2025-09-01 23:06:46 +02:00
parent 4d91ae96e3
commit e7b204b9fd
6 changed files with 17 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ ColumnLayout {
}
Connections {
target: mapView.map
function onCopyrightLinkActivated() {
function onCopyrightLinkActivated(link: string) {
Qt.openUrlExternally(link);
}
}