Don't clear the member list when the modal is hidden

fixes #447
This commit is contained in:
Konstantinos Sideris 2018-09-25 14:53:07 +03:00
parent c852cd7646
commit 39b4c83bb0
1 changed files with 0 additions and 7 deletions

View File

@ -45,13 +45,6 @@ public:
public slots:
void addUsers(const std::vector<RoomMember> &users);
protected:
void hideEvent(QHideEvent *event) override
{
list_->clear();
QFrame::hideEvent(event);
}
private:
void moveButtonToBottom();