Fixed: Plugin downloader fails if no plugins #4168

This commit is contained in:
Nick Bolton
2015-02-24 21:19:52 +00:00
parent 9de8e42e1b
commit 3a0068ec2e

View File

@@ -113,8 +113,8 @@ void WebClient::queryPluginList()
QString e = editionRegex.cap(1);
m_PluginList = e.split(",");
emit queryPluginDone();
return;
}
return;
}
else if (boolString == "false") {
emit error(tr("Get plugin list failed, invalid user email "