mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #485, commented out aircraft_cfg pluginData, per https://swift-project.slack.com/archives/general/p1458003081000034
This commit is contained in:
@@ -44,6 +44,8 @@ namespace BlackSimPlugin
|
|||||||
Q_ASSERT_X(c, Q_FUNC_INFO, "Cannot connect signal");
|
Q_ASSERT_X(c, Q_FUNC_INFO, "Cannot connect signal");
|
||||||
Q_UNUSED(c);
|
Q_UNUSED(c);
|
||||||
|
|
||||||
|
//! \todo remove from plugin if data there are cached as well
|
||||||
|
/**
|
||||||
CVariant aircraftCfg = getPluginData(this, "aircraft_cfg");
|
CVariant aircraftCfg = getPluginData(this, "aircraft_cfg");
|
||||||
if (aircraftCfg.isValid())
|
if (aircraftCfg.isValid())
|
||||||
{
|
{
|
||||||
@@ -54,9 +56,8 @@ namespace BlackSimPlugin
|
|||||||
{
|
{
|
||||||
m_aircraftCfgParser->startLoading(CAircraftCfgParser::LoadInBackground);
|
m_aircraftCfgParser->startLoading(CAircraftCfgParser::LoadInBackground);
|
||||||
}
|
}
|
||||||
//
|
**/
|
||||||
// reading from cache / settings would go here
|
m_aircraftCfgParser->startLoading(CAircraftCfgParser::InBackgroundWithCache);
|
||||||
//
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CSimulatorFsCommon::~CSimulatorFsCommon() { }
|
CSimulatorFsCommon::~CSimulatorFsCommon() { }
|
||||||
|
|||||||
Reference in New Issue
Block a user