Always open the invite dialog properly from the member list
This commit is contained in:
parent
f3ab0abadf
commit
24d401365e
5 changed files with 12 additions and 9 deletions
|
|
@ -9,8 +9,9 @@
|
|||
#include "MatrixClient.h"
|
||||
#include "mtx/responses/profile.hpp"
|
||||
|
||||
InviteesModel::InviteesModel(QObject *parent)
|
||||
: QAbstractListModel{parent}
|
||||
InviteesModel::InviteesModel(TimelineModel *room, QObject *parent)
|
||||
: QAbstractListModel{parent},
|
||||
room_{room}
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue