Make macOS CI happy (again)

This commit is contained in:
Loren Burkholder 2021-07-17 15:52:10 -04:00
parent d2d5229ede
commit 913d0fd139
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ public slots:
void addUsers(const std::vector<RoomMember> &users);
protected:
bool canFetchMore(const QModelIndex &) const;
void fetchMore(const QModelIndex &);
bool canFetchMore(const QModelIndex &) const override;
void fetchMore(const QModelIndex &) override;
private:
QVector<QPair<RoomMember, QString>> m_memberList;