Commit 340265f0 authored by Ghislain MARY's avatar Ghislain MARY

Remove specific location for config file on Mac OS X.

parent cadaec54
...@@ -128,9 +128,6 @@ inline QString getAppAssistantConfigDirPath () { ...@@ -128,9 +128,6 @@ inline QString getAppAssistantConfigDirPath () {
} }
inline QString getAppConfigFilePath () { inline QString getAppConfigFilePath () {
if (QSysInfo::productType() == "macos")
return QStandardPaths::writableLocation(QStandardPaths::AppLocalDataLocation) + PATH_CONFIG;
return QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + PATH_CONFIG; return QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation) + PATH_CONFIG;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment