Finish converting function to property
This commit is contained in:
parent
baa9dfe110
commit
81a3faee7b
7 changed files with 9 additions and 9 deletions
|
|
@ -121,7 +121,7 @@ Rectangle {
|
|||
|
||||
Platform.MenuItem {
|
||||
text: qsTr("Leave room")
|
||||
onTriggered: TimelineManager.openLeaveRoomDialog(room.roomId())
|
||||
onTriggered: TimelineManager.openLeaveRoomDialog(room.roomId)
|
||||
}
|
||||
|
||||
Platform.MenuItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue