Fix qml signal argument warning

This commit is contained in:
Laurent Montel
2023-09-10 20:19:32 +02:00
parent 8afd7b2892
commit def46d90a8

View File

@@ -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.