diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-14 14:12:00 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-14 14:12:00 -0600 |
| commit | fde5fa279746c90180223942a44f865859f85cb3 (patch) | |
| tree | 642db0dfe9389d2a0974a7cfac8c842480268882 /src/installationmanager.cpp | |
| parent | a912be4c6b7200a76aa16f7fedd50271e5684320 (diff) | |
Streamline manual install fix, bump RC
Diffstat (limited to 'src/installationmanager.cpp')
| -rw-r--r-- | src/installationmanager.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp index 72397de7..c3aeec88 100644 --- a/src/installationmanager.cpp +++ b/src/installationmanager.cpp @@ -883,9 +883,7 @@ IPluginInstaller::EInstallResult InstallationManager::install(const QString &fil } return IPluginInstaller::RESULT_SUCCESS; } break; - case IPluginInstaller::RESULT_NOTATTEMPTED: { - continue; - } + case IPluginInstaller::RESULT_NOTATTEMPTED: case IPluginInstaller::RESULT_MANUALREQUESTED: { continue; } |
