diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Cache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index 1b0a8df0..58dc689b 100644 --- a/src/Cache.cpp +++ b/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 |