diff --git a/src/MemberList.h b/src/MemberList.h index afc1a6e5..80ab834c 100644 --- a/src/MemberList.h +++ b/src/MemberList.h @@ -51,8 +51,8 @@ public slots: void addUsers(const std::vector &users); protected: - bool canFetchMore(const QModelIndex &) const; - void fetchMore(const QModelIndex &); + bool canFetchMore(const QModelIndex &) const override; + void fetchMore(const QModelIndex &) override; private: QVector> m_memberList;