Make clazy happy

pull/1614/head
Nicolas Werner 1 year ago
parent 3c7c8d66b4
commit 67c69fd861
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 4
      src/Cache.cpp

@ -296,8 +296,8 @@ cacheDirectoryName(const QString &userid, const QString &profile)
hash.addData(userid.toUtf8());
hash.addData(profile.toUtf8());
return QStringLiteral("%1/db-%2")
.arg(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation))
.arg(hash.result().toHex());
.arg(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation),
hash.result().toHex());
}
void

Loading…
Cancel
Save