Fixed: Plugin downloader freezes if no plugins #4168

This commit is contained in:
Nick Bolton
2015-02-25 08:17:16 +00:00
parent a30a685ed2
commit c300b65662

View File

@@ -112,8 +112,8 @@ void WebClient::queryPluginList()
if (editionRegex.exactMatch(responseJson)) {
QString e = editionRegex.cap(1);
m_PluginList = e.split(",");
emit queryPluginDone();
}
emit queryPluginDone();
return;
}
else if (boolString == "false") {