diff options
author | Lasath Fernando <devel@lasath.org> | 2020-04-30 22:40:27 -0700 |
---|---|---|
committer | Lasath Fernando <devel@lasath.org> | 2020-04-30 22:40:27 -0700 |
commit | 166ed0674de8f45148d9ef5b0d9042cbc57d00e6 (patch) | |
tree | 91e618db45754b6f14bf9e3b1a88c891f2d81dd7 /src/timeline/TimelineModel.h | |
parent | Make pagination spinner inline (diff) | |
download | nheko-166ed0674de8f45148d9ef5b0d9042cbc57d00e6.tar.xz |
Run linter
Diffstat (limited to 'src/timeline/TimelineModel.h')
-rw-r--r-- | src/timeline/TimelineModel.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h index 14276a5a..cc63eca2 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h @@ -124,7 +124,8 @@ class TimelineModel : public QAbstractListModel Q_PROPERTY(std::vector<QString> typingUsers READ typingUsers WRITE updateTypingUsers NOTIFY typingUsersChanged) Q_PROPERTY(QString reply READ reply WRITE setReply NOTIFY replyChanged RESET resetReply) - Q_PROPERTY(bool paginationInProgress READ paginationInProgress NOTIFY paginationInProgressChanged) + Q_PROPERTY( + bool paginationInProgress READ paginationInProgress NOTIFY paginationInProgressChanged) public: explicit TimelineModel(TimelineViewManager *manager, @@ -274,8 +275,8 @@ private: QString room_id_; QString prev_batch_token_; - bool isInitialSync = true; - bool decryptDescription = true; + bool isInitialSync = true; + bool decryptDescription = true; bool m_paginationInProgress = false; QString currentId; |