mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed typo in oracle importer
This commit is contained in:
parent
3d1052f54c
commit
da6a1a0dbd
2 changed files with 9 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
WindowMain::WindowMain(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
importer = new OracleImporter(qApp->applicationDirPath() + "../oracle", this);
|
||||
importer = new OracleImporter(qApp->applicationDirPath() + "/../oracle", this);
|
||||
|
||||
QVBoxLayout *checkboxLayout = new QVBoxLayout;
|
||||
QList<SetToDownload> &sets = importer->getSets();
|
||||
|
|
@ -103,4 +103,4 @@ void WindowMain::checkBoxChanged(int state)
|
|||
sets[i].setImport(state);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue