We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646636e commit ac2b90fCopy full SHA for ac2b90f
src/inisettings.cpp
@@ -41,7 +41,7 @@ void IniSettings::init()
41
#if defined(Q_OS_WIN)
42
const QDir portableDir(QDir::currentPath() + "/settings");
43
44
- if (isDirWritable(portableDir)) {
+ if (IniSettings::isDirWritable(portableDir)) {
45
iniPath = portableDir.filePath(INIFILENAME);
46
} else {
47
const QString configPath =
0 commit comments