mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Try to fix clang-tidy
This commit is contained in:
parent
537fa437e2
commit
725b5e0383
1 changed files with 2 additions and 1 deletions
|
@ -420,7 +420,8 @@ Cache::loadSecretsFromStore(
|
|||
connect(job,
|
||||
&QKeychain::ReadPasswordJob::finished,
|
||||
this,
|
||||
[this, name, toLoad, job, name_, internal, callback](QKeychain::Job *) mutable {
|
||||
[this, name, toLoad, job, name_ = name_, internal = internal, callback](
|
||||
QKeychain::Job *) mutable {
|
||||
nhlog::db()->debug("Finished reading '{}'", toLoad.begin()->first);
|
||||
const QString secret = job->textData();
|
||||
if (job->error() && job->error() != QKeychain::Error::EntryNotFound) {
|
||||
|
|
Loading…
Reference in a new issue