Merge pull request #15 from Liderate/master

Clear m_PluginChildren to prevent stale entries.
This commit is contained in:
Mikaël Capelle
2023-10-13 18:59:06 +02:00
committed by GitHub
+1
View File
@@ -256,6 +256,7 @@ bool DiagnoseBasic::missingMasters() const
}
m_MissingMasters.clear();
m_PluginChildren.clear();
// for each required master in each esp, test if it's in the list of enabled masters.
for (const QString &esp : esps) {
QString baseName = QFileInfo(esp).fileName();