diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-12-14 06:52:34 -0700 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-12-14 06:52:34 -0700 |
| commit | 4c7b626e7748cae0f7c1933989bc1bcb755664f7 (patch) | |
| tree | f1e93f2701721d64b8e9718754963f7074342e44 /src | |
| parent | db59ebdba062de05292b648a5da48e6c4630d680 (diff) | |
Fix requesting a manual install
Diffstat (limited to 'src')
| -rw-r--r-- | src/installationmanager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp index a759913e..72397de7 100644 --- a/src/installationmanager.cpp +++ b/src/installationmanager.cpp @@ -886,6 +886,9 @@ IPluginInstaller::EInstallResult InstallationManager::install(const QString &fil case IPluginInstaller::RESULT_NOTATTEMPTED: { continue; } + case IPluginInstaller::RESULT_MANUALREQUESTED: { + continue; + } default: return installResult; } |
