Make clicking on notifications open the room they're coming from
Implements #28
This commit is contained in:
committed by
Nicolas Fella
parent
5b39cd4ae8
commit
e1775f94c6
@@ -20,6 +20,8 @@ class QKeySequences;
|
||||
#include "settings.h"
|
||||
#include "user.h"
|
||||
|
||||
class NeoChatRoom;
|
||||
|
||||
using namespace Quotient;
|
||||
|
||||
class Controller : public QObject
|
||||
@@ -109,6 +111,7 @@ Q_SIGNALS:
|
||||
void aboutDataChanged();
|
||||
void passwordStatus(Controller::PasswordStatus _t1);
|
||||
void showWindow();
|
||||
void openRoom(NeoChatRoom *room);
|
||||
|
||||
public Q_SLOTS:
|
||||
void logout(Quotient::Connection *conn, bool serverSideLogout);
|
||||
|
||||
Reference in New Issue
Block a user