mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: fixe some codeql warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0136c2e82a
commit
4f5db2e49f
11 changed files with 14 additions and 11 deletions
|
|
@ -570,7 +570,7 @@ void ComponentUpdateTask::performUpdateActions()
|
|||
component->setVersion(cv.targetVersion);
|
||||
component->waitLoadMeta();
|
||||
},
|
||||
[&component, &instance](const UpdateActionLatestRecommendedCompatible lrc) {
|
||||
[&component, &instance](const UpdateActionLatestRecommendedCompatible& lrc) {
|
||||
qCDebug(instanceProfileResolveC)
|
||||
<< instance->name() << "|"
|
||||
<< "UpdateActionLatestRecommendedCompatible" << component->getID() << ":" << component->getVersion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue