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

@ -232,7 +232,7 @@ Item {
body: formatted
isOnlyEmoji: false
isReply: d.isReply
formatted: qsTr("%1 created and configured room: %2").arg(d.userName).arg(room.roomId())
formatted: qsTr("%1 created and configured room: %2").arg(d.userName).arg(room.roomId)
}
}