Fix warning about missing argument qml signal
This commit is contained in:
committed by
Tobias Fella
parent
e09f31f891
commit
a3423e5724
@@ -411,7 +411,7 @@ QQC2.Control {
|
||||
|
||||
currentRoom: root.currentRoom
|
||||
|
||||
onChosen: insertText(emoji)
|
||||
onChosen: emoji => insertText(emoji)
|
||||
onClosed: if (emojiAction.checked) emojiAction.checked = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user