make lint
This commit is contained in:
parent
b25cda6939
commit
45b150fb58
@ -170,7 +170,10 @@ public slots:
|
||||
RoomPreview currentRoomPreview() const { return roomlistmodel->currentRoomPreview(); }
|
||||
void setCurrentRoom(QString roomid) { roomlistmodel->setCurrentRoom(std::move(roomid)); }
|
||||
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 nextRoom();
|
||||
|
Loading…
Reference in New Issue
Block a user