mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
make lint
This commit is contained in:
parent
24d401365e
commit
cf06ce846a
2 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
||||||
#include "mtx/responses/profile.hpp"
|
#include "mtx/responses/profile.hpp"
|
||||||
|
|
||||||
InviteesModel::InviteesModel(TimelineModel *room, QObject *parent)
|
InviteesModel::InviteesModel(TimelineModel *room, QObject *parent)
|
||||||
: QAbstractListModel{parent},
|
: QAbstractListModel{parent}
|
||||||
room_{room}
|
, room_{room}
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue