summary refs log tree commit diff
path: root/src/MemberList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MemberList.h')
-rw-r--r--src/MemberList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MemberList.h b/src/MemberList.h

index 070666a2..9932f6a4 100644 --- a/src/MemberList.h +++ b/src/MemberList.h
@@ -25,7 +25,7 @@ public: DisplayName, AvatarUrl, }; - MemberList(const QString &room_id, QWidget *parent = nullptr); + MemberList(const QString &room_id, QObject *parent = nullptr); QHash<int, QByteArray> roleNames() const override; int rowCount(const QModelIndex &parent = QModelIndex()) const override