chore(dcapmanager): RuntimeTime -> RuntimeDir

Log:
This commit is contained in:
chenhongtao 2023-07-07 14:24:07 +08:00 committed by deepin-bot[bot]
parent 8922e02148
commit d4a9334349
1 changed files with 1 additions and 1 deletions

View File

@ -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;