parent
47c31b9a18
commit
b15a04b00a
8 changed files with 165 additions and 118 deletions
|
|
@ -8,10 +8,11 @@
|
|||
#include "FlatButton.h"
|
||||
#include "Menu.h"
|
||||
|
||||
#include "dialogs/CreateRoom.h"
|
||||
#include "dialogs/JoinRoom.h"
|
||||
|
||||
class OverlayModal;
|
||||
namespace mtx {
|
||||
namespace requests {
|
||||
struct CreateRoom;
|
||||
}
|
||||
}
|
||||
|
||||
class SideBarActions : public QWidget
|
||||
{
|
||||
|
|
@ -36,12 +37,6 @@ private:
|
|||
QAction *createRoomAction_;
|
||||
QAction *joinRoomAction_;
|
||||
|
||||
QSharedPointer<OverlayModal> joinRoomModal_;
|
||||
QSharedPointer<dialogs::JoinRoom> joinRoomDialog_;
|
||||
|
||||
QSharedPointer<OverlayModal> createRoomModal_;
|
||||
QSharedPointer<dialogs::CreateRoom> createRoomDialog_;
|
||||
|
||||
FlatButton *settingsBtn_;
|
||||
FlatButton *createRoomBtn_;
|
||||
FlatButton *joinRoomBtn_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue