summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dialogs/RoomSettings.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dialogs/RoomSettings.hpp b/include/dialogs/RoomSettings.hpp

index 1434eee6..375a531e 100644 --- a/include/dialogs/RoomSettings.hpp +++ b/include/dialogs/RoomSettings.hpp
@@ -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;