Remove specific location for config file on Mac OS X.

This commit is contained in:
Ghislain MARY 2017-05-29 16:31:55 +02:00
parent cadaec54c6
commit 340265f023

View file

@ -128,9 +128,6 @@ inline QString getAppAssistantConfigDirPath () {
}
inline QString getAppConfigFilePath () {
if (QSysInfo::productType() == "macos")
return QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_CONFIG;
return QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + PATH_CONFIG;
}