Annotate functions in connections and port away from implicit onFoo
This commit is contained in:
@@ -23,7 +23,7 @@ LoginStep {
|
||||
|
||||
Connections {
|
||||
target: Controller
|
||||
function onConnectionAdded(connection) {
|
||||
function onConnectionAdded(connection: NeoChatConnection): void {
|
||||
connection.syncDone.connect(() => root.closeDialog());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user