mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Refactored DlgAddSet class/functions to DlgAddSetResult
This commit is contained in:
parent
5a975831d4
commit
0ef2b48902
3 changed files with 7 additions and 7 deletions
|
|
@ -906,7 +906,7 @@ void TabDeckEditor::actAddCustomSet()
|
|||
QString::number(maxIndex) + "." + QFileInfo(fileName).fileName()
|
||||
);
|
||||
|
||||
DlgAddSet dlg(this, res);
|
||||
DlgAddSetResult dlg(this, res);
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue