Fix qml signal argument warning
This commit is contained in:
@@ -258,7 +258,7 @@ ColumnLayout {
|
||||
*/
|
||||
signal replyClicked(string eventID)
|
||||
|
||||
onReplyClicked: ListView.view.goToEvent(eventID)
|
||||
onReplyClicked: eventID => ListView.view.goToEvent(eventID)
|
||||
|
||||
/**
|
||||
* @brief The component to display the delegate type.
|
||||
|
||||
Reference in New Issue
Block a user