Skip to content
Snippets Groups Projects
Commit 45b150fb authored by Loren Burkholder's avatar Loren Burkholder
Browse files

make lint

parent b25cda69
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment