aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-09-29 17:46:28 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-09-29 17:46:28 +0900
commit8f1bfa5c5764e399259c13b260661647363cf5d9 (patch)
tree6f71fc8231c20728dca6bc94f9343e5c4a750876 /lib/room.h
parentc9f99699761e97b16bdb44f584f07baec5488b47 (diff)
downloadlibquotient-8f1bfa5c5764e399259c13b260661647363cf5d9.tar.gz
libquotient-8f1bfa5c5764e399259c13b260661647363cf5d9.zip
Fix formatting weirdness
Alas, clang-format is not terrifically good around [[attributes]]
Diffstat (limited to 'lib/room.h')
-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);