parent
8922e02148
commit
d4a9334349
|
|
@ -48,7 +48,7 @@ static QStringList defaultWriteablePaths() {
|
|||
paths.append(path);
|
||||
}
|
||||
|
||||
for (int i = 0; i <= static_cast<int>(DStandardPaths::XDG::RuntimeTime); ++i) {
|
||||
for (int i = 0; i <= static_cast<int>(DStandardPaths::XDG::RuntimeDir); ++i) {
|
||||
const QString &path = DStandardPaths::path(DStandardPaths::XDG(i));
|
||||
if (path.isEmpty())
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue