Notifications for all accounts
- Handle notifications from all accounts not just the active one. - When a notification from the non-active account is clicked the active account is changed over to enter the correct room. network/neochat#121
This commit is contained in:
committed by
Tobias Fella
parent
f2ec6e1d4c
commit
8831da956a
@@ -119,7 +119,7 @@ private:
|
||||
|
||||
bool hasWindowSystem() const;
|
||||
#ifdef QUOTIENT_07
|
||||
void handleNotifications();
|
||||
void handleNotifications(QPointer<Quotient::Connection> connection);
|
||||
#endif
|
||||
|
||||
private Q_SLOTS:
|
||||
|
||||
Reference in New Issue
Block a user