summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
authorLorenDB <computersemiexpert@outlook.com>2020-10-21 19:20:02 -0400
committerLorenDB <computersemiexpert@outlook.com>2020-10-24 11:50:13 -0400
commita2bd266c113416a41564839835fe339dd76eabb9 (patch)
tree88d1639654c7a4b1e2caa7016027e0b05842eb3e /src/ChatPage.h
parentUse QFontComboBox as per issue 238 (deleted comments) (diff)
downloadnheko-a2bd266c113416a41564839835fe339dd76eabb9.tar.xz
Add option for unique config
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h3
1 files changed, 1 insertions, 2 deletions
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);