Skip to content
Snippets Groups Projects
Commit 166ed067 authored by Lasath Fernando's avatar Lasath Fernando
Browse files

Run linter

parent 21b33363
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment