mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Make clazy happy
This commit is contained in:
parent
3c7c8d66b4
commit
67c69fd861
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ cacheDirectoryName(const QString &userid, const QString &profile)
|
||||||
hash.addData(userid.toUtf8());
|
hash.addData(userid.toUtf8());
|
||||||
hash.addData(profile.toUtf8());
|
hash.addData(profile.toUtf8());
|
||||||
return QStringLiteral("%1/db-%2")
|
return QStringLiteral("%1/db-%2")
|
||||||
.arg(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation))
|
.arg(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation),
|
||||||
.arg(hash.result().toHex());
|
hash.result().toHex());
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue