diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-20 16:15:50 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-20 16:15:50 +0300 |
commit | 83008f44e4a0a449fc37f5a62f858f9d248483a0 (patch) | |
tree | 09d2216ee1bd71b00d01721af073e54903087ade /src/ChatPage.h | |
parent | Create user profile modal (diff) | |
download | nheko-83008f44e4a0a449fc37f5a62f858f9d248483a0.tar.xz |
Show device list in user profile & add option to create 1-1 chat
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index 6a70acf4..f032901a 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -80,6 +80,7 @@ public: public slots: void leaveRoom(const QString &room_id); + void createRoom(const mtx::requests::CreateRoom &req); signals: void connectionLost(); @@ -159,7 +160,6 @@ private slots: void dropToLoginPage(const QString &msg); void joinRoom(const QString &room); - void createRoom(const mtx::requests::CreateRoom &req); void sendTypingNotifications(); private: |