summaryrefslogtreecommitdiff
path: root/src/installationmanager.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-12-14 14:12:00 -0600
committerSilarn <jrim@rimpo.org>2019-12-14 14:12:00 -0600
commitfde5fa279746c90180223942a44f865859f85cb3 (patch)
tree642db0dfe9389d2a0974a7cfac8c842480268882 /src/installationmanager.cpp
parenta912be4c6b7200a76aa16f7fedd50271e5684320 (diff)
Streamline manual install fix, bump RC
Diffstat (limited to 'src/installationmanager.cpp')
-rw-r--r--src/installationmanager.cpp4
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;
}