logic: Fixed global search paths not saved

This commit is contained in:
Eberhard Graether
2016-02-25 10:25:25 +01:00
parent 2b7f0bc506
commit e7a2d5a724
@@ -306,6 +306,7 @@ void QtProjectWizzardContentPathsHeaderSearchGlobal::loadPaths()
void QtProjectWizzardContentPathsHeaderSearchGlobal::savePaths()
{
ApplicationSettings::getInstance()->setHeaderSearchPaths(m_list->getList());
ApplicationSettings::getInstance()->save();
}
@@ -363,4 +364,5 @@ void QtProjectWizzardContentPathsFrameworkSearchGlobal::loadPaths()
void QtProjectWizzardContentPathsFrameworkSearchGlobal::savePaths()
{
ApplicationSettings::getInstance()->setFrameworkSearchPaths(m_list->getList());
ApplicationSettings::getInstance()->save();
}