Close dialogs on confirmation
This commit is contained in:
parent
d4ce7a9dda
commit
ecc346a6da
8 changed files with 31 additions and 38 deletions
|
|
@ -105,6 +105,7 @@ CreateRoom::CreateRoom(QWidget *parent)
|
|||
emit createRoom(request_);
|
||||
|
||||
clearFields();
|
||||
emit close();
|
||||
});
|
||||
|
||||
connect(cancelBtn_, &QPushButton::clicked, this, [this]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue