Merge pull request #1113 from timoreo22/develop

Fix compilation warning due to uninitiated variables.
This commit is contained in:
flow 2022-09-06 18:50:46 -03:00 committed by GitHub
commit 3c0a6987cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ void PackInstallTask::onDownloadSucceeded()
default:
emitFailed(tr("Unsupported installation mode"));
break;
return;
}
// Display message if one exists