refs #237, fixed typo and naming (driver->plugin)

This commit is contained in:
Klaus Basan
2014-06-28 17:54:11 +02:00
parent 8ad0d4bb68
commit ef0877b116
3 changed files with 10 additions and 10 deletions

View File

@@ -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));