mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-17 23:35:50 -08:00
Refactored DlgAddSet class/functions to DlgAddSetResult
This commit is contained in:
@@ -906,7 +906,7 @@ void TabDeckEditor::actAddCustomSet()
|
||||
QString::number(maxIndex) + "." + QFileInfo(fileName).fileName()
|
||||
);
|
||||
|
||||
DlgAddSet dlg(this, res);
|
||||
DlgAddSetResult dlg(this, res);
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user