mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
path fix
This commit is contained in:
parent
8a919e572f
commit
3d1052f54c
3 changed files with 3 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
WindowMain::WindowMain(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
importer = new OracleImporter("../oracle", this);
|
||||
importer = new OracleImporter(qApp->applicationDirPath() + "../oracle", this);
|
||||
|
||||
QVBoxLayout *checkboxLayout = new QVBoxLayout;
|
||||
QList<SetToDownload> &sets = importer->getSets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue