summary refs log tree commit diff
path: root/src/timeline/RoomlistModel.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-09-14 19:00:50 +0000
committerGitHub <noreply@github.com>2021-09-14 19:00:50 +0000
commitd6eeaa1c048e037b8ee40b2ee58946fc4bc5281e (patch)
treee855c3f48c696066e2992e2121b3c363b37c6951 /src/timeline/RoomlistModel.h
parentAdd workaround for crash on some jdenticon inputs (diff)
parentadd Alt+A keybinding to switch to next room with unread messages (diff)
downloadnheko-d6eeaa1c048e037b8ee40b2ee58946fc4bc5281e.tar.xz
Merge pull request #721 from symphorien/hotlist
Implement a binding to go to a room with unread messages
Diffstat (limited to 'src/timeline/RoomlistModel.h')
-rw-r--r--src/timeline/RoomlistModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/RoomlistModel.h b/src/timeline/RoomlistModel.h

index c0a87aee..27c14bec 100644 --- a/src/timeline/RoomlistModel.h +++ b/src/timeline/RoomlistModel.h
@@ -172,6 +172,7 @@ public slots: void setCurrentRoom(QString roomid) { roomlistmodel->setCurrentRoom(std::move(roomid)); } void resetCurrentRoom() { roomlistmodel->resetCurrentRoom(); } + void nextRoomWithActivity(); void nextRoom(); void previousRoom();