Make clicking on notifications open the room they're coming from

Implements #28
This commit is contained in:
Tobias Fella
2020-12-02 23:56:42 +01:00
committed by Nicolas Fella
parent 5b39cd4ae8
commit e1775f94c6
5 changed files with 19 additions and 4 deletions

View File

@@ -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);