From 8f1bfa5c5764e399259c13b260661647363cf5d9 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 29 Sep 2019 17:46:28 +0900 Subject: Fix formatting weirdness Alas, clang-format is not terrifically good around [[attributes]] --- lib/room.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/room.h') 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 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); -- cgit v1.2.3