mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Moved exec statement.
This commit is contained in:
parent
54a759497f
commit
de388a74bd
2 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ DlgAddSet::DlgAddSet(QWidget *parent, bool success) : QDialog(parent) {
|
||||||
parentLayout->addWidget(buttonBox);
|
parentLayout->addWidget(buttonBox);
|
||||||
|
|
||||||
setLayout(parentLayout);
|
setLayout(parentLayout);
|
||||||
|
|
||||||
exec();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DlgAddSet::closeDialog()
|
void DlgAddSet::closeDialog()
|
||||||
|
|
|
||||||
|
|
@ -907,6 +907,7 @@ void TabDeckEditor::actAddCustomSet()
|
||||||
);
|
);
|
||||||
|
|
||||||
DlgAddSet dlg(this, res);
|
DlgAddSet dlg(this, res);
|
||||||
|
dlg.exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabDeckEditor::actEditSets()
|
void TabDeckEditor::actEditSets()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue