summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-07-17 15:52:10 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-07-20 21:47:37 -0400
commit913d0fd13985712f48ee50dcdd46618606364f91 (patch)
tree6dc5e42f89e5a9c5d5ceb24759aaa84651e89cab /src
parentmake lint (diff)
downloadnheko-913d0fd13985712f48ee50dcdd46618606364f91.tar.xz
Make macOS CI happy (again)
Diffstat (limited to 'src')
-rw-r--r--src/MemberList.h4
1 files changed, 2 insertions, 2 deletions
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<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;