Moved exec statement.

This commit is contained in:
Ira Aspen 2016-02-06 02:32:04 +00:00
parent 54a759497f
commit de388a74bd
2 changed files with 1 additions and 2 deletions

View file

@ -907,6 +907,7 @@ void TabDeckEditor::actAddCustomSet()
);
DlgAddSet dlg(this, res);
dlg.exec();
}
void TabDeckEditor::actEditSets()