Retrieve the current room state from cache when the edit modal opens
This commit is contained in:
parent
d88dee3185
commit
9eb1c496a0
2 changed files with 16 additions and 8 deletions
|
|
@ -93,6 +93,8 @@ private:
|
|||
|
||||
void setAvatar(const QImage &img) { avatarImg_ = img; }
|
||||
void setupEditButton();
|
||||
//! Retrieve the current room information from cache.
|
||||
void retrieveRoomInfo();
|
||||
|
||||
//! Whether the user would be able to change the name or the topic of the room.
|
||||
bool hasEditRights_ = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue