From b15a04b00a7e43301ce39fad58713920113efed0 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 4 Mar 2018 13:40:30 +0200 Subject: Don't open room switcher when another dialog is open fixes #251 --- include/TopRoomBar.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/TopRoomBar.h') diff --git a/include/TopRoomBar.h b/include/TopRoomBar.h index 5b9c58e9..5b2ee506 100644 --- a/include/TopRoomBar.h +++ b/include/TopRoomBar.h @@ -26,9 +26,6 @@ #include #include -#include "dialogs/InviteUsers.h" -#include "dialogs/LeaveRoom.h" - class Avatar; class FlatButton; class Label; @@ -74,9 +71,6 @@ private: FlatButton *settingsBtn_; - QSharedPointer inviteUsersModal_; - QSharedPointer inviteUsersDialog_; - Avatar *avatar_; int buttonSize_; -- cgit 1.5.1