Skip to content
Snippets Groups Projects
Commit b2318c7f authored by Xavier Jouslin de Noray's avatar Xavier Jouslin de Noray
Browse files

CertificateVerification: verify certificate when upload new plugin

Change-Id: Ie5678f79f26e1cb75894d234daaea257000b1dcd
parent f46b94ba
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ public:
QThreadPool::globalInstance()->start([this, pluginId] {
auto res = lrcInstance_->pluginModel()
.installPlugin(QDir(QDir::tempPath()).filePath(pluginId + ".jpl"),
true);
false);
if (res) {
parent_.versionStatusChanged(pluginId, PluginStatus::Role::INSTALLED);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment