mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Formatting, help text beautifyHelpMessage, improved convertToQString
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a34be02e07
commit
c1482dca36
@@ -82,7 +82,7 @@ namespace BlackGui
|
||||
// list all available simulators
|
||||
for (const auto &p : getAvailablePlugins())
|
||||
{
|
||||
QString config = m_plugins->getPluginConfigId(p.getIdentifier());
|
||||
const QString config = m_plugins->getPluginConfigId(p.getIdentifier());
|
||||
ui->ps_EnabledSimulators->addPlugin(p.getIdentifier(), p.getName(), !config.isEmpty(), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user