Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
37eaeaae
Commit
37eaeaae
authored
Oct 02, 2014
by
Fabio Bas
Browse files
servatrice: as a third choice, check for a config in /etc/servatrice/
parent
85a4a94b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/src/settingscache.cpp
View file @
37eaeaae
...
...
@@ -23,7 +23,7 @@ QString SettingsCache::guessConfigurationPath(QString & specificPath)
#ifdef Q_OS_UNIX
// /etc
guessFileName
=
"/etc/"
+
fileName
;
guessFileName
=
"/etc/
servatrice/
"
+
fileName
;
if
(
QFile
::
exists
(
guessFileName
))
return
guessFileName
;
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment