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
b25cda6939
commit
45b150fb58
1 changed files with 4 additions and 1 deletions
|
@ -170,7 +170,10 @@ public slots:
|
||||||
RoomPreview currentRoomPreview() const { return roomlistmodel->currentRoomPreview(); }
|
RoomPreview currentRoomPreview() const { return roomlistmodel->currentRoomPreview(); }
|
||||||
void setCurrentRoom(QString roomid) { roomlistmodel->setCurrentRoom(std::move(roomid)); }
|
void setCurrentRoom(QString roomid) { roomlistmodel->setCurrentRoom(std::move(roomid)); }
|
||||||
void resetCurrentRoom() { roomlistmodel->resetCurrentRoom(); }
|
void resetCurrentRoom() { roomlistmodel->resetCurrentRoom(); }
|
||||||
TimelineModel *getRoomById(const QString &id) const { return roomlistmodel->getRoomById(id).data(); }
|
TimelineModel *getRoomById(const QString &id) const
|
||||||
|
{
|
||||||
|
return roomlistmodel->getRoomById(id).data();
|
||||||
|
}
|
||||||
|
|
||||||
void nextRoomWithActivity();
|
void nextRoomWithActivity();
|
||||||
void nextRoom();
|
void nextRoom();
|
||||||
|
|
Loading…
Reference in a new issue