servatrice: as a third choice, check for a config in /etc/servatrice/
This commit is contained in:
parent
85a4a94ba3
commit
37eaeaae13
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ QString SettingsCache::guessConfigurationPath(QString & specificPath)
|
||||||
|
|
||||||
#ifdef Q_OS_UNIX
|
#ifdef Q_OS_UNIX
|
||||||
// /etc
|
// /etc
|
||||||
guessFileName = "/etc/" + fileName;
|
guessFileName = "/etc/servatrice/" + fileName;
|
||||||
if(QFile::exists(guessFileName))
|
if(QFile::exists(guessFileName))
|
||||||
return guessFileName;
|
return guessFileName;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue