Commit de388a74 authored by Ira Aspen's avatar Ira Aspen
Browse files

Moved exec statement.

parent 54a75949
......@@ -29,8 +29,6 @@ DlgAddSet::DlgAddSet(QWidget *parent, bool success) : QDialog(parent) {
parentLayout->addWidget(buttonBox);
setLayout(parentLayout);
exec();
}
void DlgAddSet::closeDialog()
......
......@@ -907,6 +907,7 @@ void TabDeckEditor::actAddCustomSet()
);
DlgAddSet dlg(this, res);
dlg.exec();
}
void TabDeckEditor::actEditSets()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment