mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-23 07:28:24 -08:00
path fix
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user