mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Fix leftover code copy
This commit is contained in:
parent
d1eb3ca121
commit
9598809995
@ -141,10 +141,6 @@ MainWindow::MainWindow(QWidget* parent) :
|
|||||||
QDir::addSearchPath("icons", pathToQString(string / "mapeditor" / "icons"));
|
QDir::addSearchPath("icons", pathToQString(string / "mapeditor" / "icons"));
|
||||||
QDir::addSearchPath("icons", pathToQString(VCMIDirs::get().userDataPath() / "mapeditor" / "icons"));
|
QDir::addSearchPath("icons", pathToQString(VCMIDirs::get().userDataPath() / "mapeditor" / "icons"));
|
||||||
|
|
||||||
ui->setupUi(this);
|
|
||||||
loadUserSettings(); //For example window size
|
|
||||||
setTitle();
|
|
||||||
|
|
||||||
ExtractionOptions extractionOptions;
|
ExtractionOptions extractionOptions;
|
||||||
parseCommandLine(extractionOptions);
|
parseCommandLine(extractionOptions);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user