Finish converting function to property

This commit is contained in:
Loren Burkholder 2021-07-17 16:56:56 -04:00
parent baa9dfe110
commit 81a3faee7b
7 changed files with 9 additions and 9 deletions

View file

@ -121,7 +121,7 @@ Rectangle {
Platform.MenuItem {
text: qsTr("Leave room")
onTriggered: TimelineManager.openLeaveRoomDialog(room.roomId())
onTriggered: TimelineManager.openLeaveRoomDialog(room.roomId)
}
Platform.MenuItem {