Changed: Put installer.ini in same directory as other local files

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent 1a0c61e743
commit a57cfa0e30

@ -45,7 +45,7 @@ CConfigFile::CConfigFile(QObject *parent):QObject(parent), m_defaultServerIndex(
m_language = QLocale::system().name().left(2); // only keep language ISO 639 code
m_defaultConfigPath = QApplication::applicationDirPath() + "/installer.ini";
m_configPath = QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + "/installer.ini";
m_configPath = QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + "/installer.ini";
}
CConfigFile::~CConfigFile()

Loading…
Cancel
Save