make lint

This commit is contained in:
kamathmanu 2021-08-04 14:12:10 -04:00
parent 98b733ad26
commit 4ec0c8c9bb
2 changed files with 6 additions and 7 deletions

View file

@ -56,7 +56,7 @@ public:
}
void fetchMore(const QModelIndex &) override;
Q_INVOKABLE bool canJoinRoom(const QByteArray &room);
Q_INVOKABLE bool canJoinRoom(const QByteArray &room);
Q_INVOKABLE void joinRoom(const int &index = -1);
signals: