summary refs log tree commit diff
path: root/include/ChatPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ChatPage.h')
-rw-r--r--include/ChatPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h

index 799f7a2e..b6c431e4 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h
@@ -88,6 +88,7 @@ signals: void syncUI(const mtx::responses::Rooms &rooms); void continueSync(const QString &next_batch); void syncRoomlist(const std::map<QString, RoomInfo> &updates); + void syncTopBar(const std::map<QString, RoomInfo> &updates); private slots: void showUnreadMessageNotification(int count);