mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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_UNUSED(c);
|
||||
|
||||
//! \todo remove from plugin if data there are cached as well
|
||||
/**
|
||||
CVariant aircraftCfg = getPluginData(this, "aircraft_cfg");
|
||||
if (aircraftCfg.isValid())
|
||||
{
|
||||
@@ -54,9 +56,8 @@ namespace BlackSimPlugin
|
||||
{
|
||||
m_aircraftCfgParser->startLoading(CAircraftCfgParser::LoadInBackground);
|
||||
}
|
||||
//
|
||||
// reading from cache / settings would go here
|
||||
//
|
||||
**/
|
||||
m_aircraftCfgParser->startLoading(CAircraftCfgParser::InBackgroundWithCache);
|
||||
}
|
||||
|
||||
CSimulatorFsCommon::~CSimulatorFsCommon() { }
|
||||
|
||||
Reference in New Issue
Block a user