mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Fixed some formatting for T152 (before changing the classes)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2d8c2ea930
commit
725341cdbe
@@ -49,7 +49,7 @@ namespace BlackMisc
|
||||
|
||||
CSimulatorInfo IMultiSimulatorModelCaches::getSimulatorForFilename(const QString &filename) const
|
||||
{
|
||||
if (filename.isEmpty()) return CSimulatorInfo();
|
||||
if (filename.isEmpty()) { return CSimulatorInfo(); }
|
||||
CSimulatorInfo sims;
|
||||
const QString compareFileName(QFileInfo(filename).fileName());
|
||||
for (const CSimulatorInfo &singleSim : CSimulatorInfo::allSimulatorsSet())
|
||||
|
||||
@@ -318,7 +318,7 @@ namespace BlackMisc
|
||||
BlackMisc::CData<BlackMisc::Simulation::Data::TModelSetCacheXP> m_modelCacheXP {this, &CModelSetCaches::changedXP }; //!< XP cache
|
||||
BlackMisc::CData<BlackMisc::Simulation::Data::TModelSetLastSelection> m_currentSimulator { this }; //!< current simulator
|
||||
|
||||
//! Non virtaul version (can be used in ctor)
|
||||
//! Non virtual version (can be used in ctor)
|
||||
void synchronizeCacheImpl(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
//! Non virtual version (can be used in ctor)
|
||||
|
||||
Reference in New Issue
Block a user