Add /join command support

This commit is contained in:
Konstantinos Sideris 2017-10-08 22:38:38 +03:00
parent ac525970b0
commit 76ddfb792b
9 changed files with 61 additions and 12 deletions

View file

@ -26,6 +26,7 @@
#include "MatrixClient.h"
#include "OverlayModal.h"
#include "RegisterPage.h"
#include "SnackBar.h"
#include "TrayIcon.h"
#include "WelcomePage.h"
@ -91,4 +92,7 @@ private:
// Tray icon that shows the unread message count.
TrayIcon *trayIcon_;
// Notifications display.
QSharedPointer<SnackBar> snackBar_;
};