From a2bd266c113416a41564839835fe339dd76eabb9 Mon Sep 17 00:00:00 2001 From: LorenDB Date: Wed, 21 Oct 2020 19:20:02 -0400 Subject: Add option for unique config --- src/ChatPage.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ChatPage.h') diff --git a/src/ChatPage.h b/src/ChatPage.h index bf649cc9..a29cea7b 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -130,7 +130,7 @@ signals: void contentLoaded(); void closing(); - void changeWindowTitle(const QString &msg); + void changeWindowTitle(const int); void unreadMessages(int count); void showNotification(const QString &msg); void showLoginPage(const QString &msg); @@ -188,7 +188,6 @@ signals: void receivedDeviceVerificationDone(const mtx::events::msg::KeyVerificationDone &message); private slots: - void showUnreadMessageNotification(int count); void logout(); void removeRoom(const QString &room_id); void dropToLoginPage(const QString &msg); -- cgit 1.5.1