mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Formatting, typos
This commit is contained in:
committed by
Mathew Sutcliffe
parent
15b8363e30
commit
23b310ac9b
@@ -35,7 +35,7 @@ namespace BlackMisc
|
||||
bool success = this->m_vPilotReader->read(false);
|
||||
if (success)
|
||||
{
|
||||
this->m_datastoreModels = this->m_vPilotReader->getRules().toAircraftModels();
|
||||
this->m_datastoreModels = this->m_vPilotReader->getRules().toAircraftModels();
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ namespace BlackMisc
|
||||
int m_loadedFiles = 0; //!< loaded files
|
||||
CVPilotModelRuleSet m_rules; //!< rules list
|
||||
bool m_asyncLoadInProgress = false; //!< Asynchronous load in progress
|
||||
bool m_shutdown = false; //!< Shutdown
|
||||
bool m_shutdown = false; //!< Shutdown
|
||||
mutable BlackMisc::Simulation::CAircraftModelList m_models; //!< converted to models
|
||||
mutable QReadWriteLock m_lockData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user