make lint
This commit is contained in:
parent
24d401365e
commit
cf06ce846a
@ -10,8 +10,8 @@
|
||||
#include "mtx/responses/profile.hpp"
|
||||
|
||||
InviteesModel::InviteesModel(TimelineModel *room, QObject *parent)
|
||||
: QAbstractListModel{parent},
|
||||
room_{room}
|
||||
: QAbstractListModel{parent}
|
||||
, room_{room}
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user