Annotate functions in connections and port away from implicit onFoo
This commit is contained in:
@@ -22,7 +22,7 @@ Kirigami.Page {
|
||||
|
||||
Connections {
|
||||
target: root.QQC2.ApplicationWindow.window
|
||||
function onClosing() {
|
||||
function onClosing(): void {
|
||||
root.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user