mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #237, fixed typo and naming (driver->plugin)
This commit is contained in:
@@ -159,7 +159,7 @@ namespace BlackCore
|
||||
else if (plugin.size() > 1)
|
||||
{
|
||||
return this->loadSimulatorPlugin(
|
||||
this->getIContextSettings()->getSimulatorSettings().getSelectedDriver()
|
||||
this->getIContextSettings()->getSimulatorSettings().getSelectedPlugin()
|
||||
);
|
||||
}
|
||||
else
|
||||
@@ -262,7 +262,7 @@ namespace BlackCore
|
||||
IContextSettings::SettingsType settingsType = static_cast<IContextSettings::SettingsType>(type);
|
||||
if (settingsType == IContextSettings::SettingsSimulator)
|
||||
{
|
||||
CSimulatorInfo driver = this->getIContextSettings()->getSimulatorSettings().getSelectedDriver();
|
||||
CSimulatorInfo driver = this->getIContextSettings()->getSimulatorSettings().getSelectedPlugin();
|
||||
if (this->loadSimulatorPlugin(driver))
|
||||
{
|
||||
QString m = QString("Driver loaded: '%1'").arg(driver.toQString(true));
|
||||
|
||||
Reference in New Issue
Block a user