Run qmlformat over everything

This commit is contained in:
Tobias Fella
2024-01-31 22:45:40 +01:00
parent 6029c0d0b3
commit fe52d26f05
126 changed files with 1481 additions and 1183 deletions

View File

@@ -50,7 +50,7 @@ Components.AbstractMaximizeComponent {
MouseArea {
anchors.fill: parent
onClicked: {
root.location = mapView.map.toCoordinate(Qt.point(mouseX, mouseY), false)
root.location = mapView.map.toCoordinate(Qt.point(mouseX, mouseY), false);
}
}
@@ -84,7 +84,7 @@ Components.AbstractMaximizeComponent {
Connections {
target: mapView.map
function onCopyrightLinkActivated() {
Qt.openUrlExternally(link)
Qt.openUrlExternally(link);
}
}
}