aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/room.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/room.h b/lib/room.h
index ac169550..698f74c8 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -187,8 +187,8 @@ public:
Q_INVOKABLE QList<User*> users() const;
QStringList memberNames() const;
- [[deprecated("Use joinedCount(), invitedCount(), totalMemberCount()")]] int
- memberCount() const;
+ [[deprecated("Use joinedCount(), invitedCount(), totalMemberCount()")]]
+ int memberCount() const;
int timelineSize() const;
bool usesEncryption() const;
RoomEventPtr decryptMessage(EncryptedEvent* encryptedEvent);