aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/room.h b/lib/room.h
index 3da2d4e7..adec7650 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -408,6 +408,9 @@ namespace QMatrixClient
void setAliases(const QStringList& aliases);
void setTopic(const QString& newTopic);
+ /// You shouldn't normally call this method; it's here for debugging
+ void refreshDisplayName();
+
void getPreviousContent(int limit = 10);
void inviteToRoom(const QString& memberId);