Core: Add missing return

Amends 89702040cd

Change-Id: I2096c33dd3bb24a064a74b0356a29edc5859df11
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Marcus Tillmanns
2025-01-22 14:21:19 +01:00
committed by Eike Ziller
parent 89702040cd
commit 0855a2e14d

View File

@@ -541,7 +541,7 @@ bool executePluginInstallWizard(const FilePath &archive)
QTC_ASSERT(specs.size() == 1, return false);
data.pluginSpec.reset(specs.front());
return true;
} else {
QString error;
FileUtils::CopyAskingForOverwrite copy(ICore::dialogParent(), postCopyOperation());