Annotate functions in connections and port away from implicit onFoo

This commit is contained in:
Tobias Fella
2025-08-08 11:16:27 +02:00
parent 279b611754
commit cd70e2b47f
26 changed files with 52 additions and 52 deletions

View File

@@ -22,7 +22,7 @@ Kirigami.Page {
Connections {
target: root.QQC2.ApplicationWindow.window
function onClosing() {
function onClosing(): void {
root.destroy();
}
}