diff options
author | LorenDB <computersemiexpert@outlook.com> | 2020-10-21 19:20:02 -0400 |
---|---|---|
committer | LorenDB <computersemiexpert@outlook.com> | 2020-10-24 11:50:13 -0400 |
commit | a2bd266c113416a41564839835fe339dd76eabb9 (patch) | |
tree | 88d1639654c7a4b1e2caa7016027e0b05842eb3e /src/ChatPage.h | |
parent | Use QFontComboBox as per issue 238 (deleted comments) (diff) | |
download | nheko-a2bd266c113416a41564839835fe339dd76eabb9.tar.xz |
Add option for unique config
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 3 |
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); |