diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-09-29 17:46:28 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-09-29 17:46:28 +0900 |
commit | 8f1bfa5c5764e399259c13b260661647363cf5d9 (patch) | |
tree | 6f71fc8231c20728dca6bc94f9343e5c4a750876 /lib/room.h | |
parent | c9f99699761e97b16bdb44f584f07baec5488b47 (diff) | |
download | libquotient-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |