mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
I don't really know what to write here.
This commit is contained in:
parent
be977a23b7
commit
bc50ca150b
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ void CMainWindow::readSettings()
|
||||||
// core settings
|
// core settings
|
||||||
settings->beginGroup(Core::Constants::DATA_PATH_SECTION);
|
settings->beginGroup(Core::Constants::DATA_PATH_SECTION);
|
||||||
level_design_path = settings->value(Core::Constants::LEVELDESIGN_PATH).toString();
|
level_design_path = settings->value(Core::Constants::LEVELDESIGN_PATH).toString();
|
||||||
primitives_path = QString(Core::Constants::PRIMITIVES_PATH); //TODO
|
primitives_path = settings->value( Core::Constants::PRIMITIVES_PATH ).toString();
|
||||||
settings->endGroup();
|
settings->endGroup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue