Port away from implicitly defined onFoo properties in Connections
This commit is contained in:
@@ -111,7 +111,9 @@ RowLayout {
|
||||
}
|
||||
Connections {
|
||||
target: replyLoader.item
|
||||
onClicked: replyClicked(reply.eventId)
|
||||
function onClicked() {
|
||||
replyClicked(reply.eventId)
|
||||
}
|
||||
}
|
||||
}
|
||||
RowLayout {
|
||||
|
||||
Reference in New Issue
Block a user