mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #522, consolidate mutable / make mutable thread safe
* removed mutable wherever possible in GUI classes * in vPilotReader also renamed some functions and some minor improvements
This commit is contained in:
@@ -186,7 +186,7 @@ namespace BlackGui
|
||||
|
||||
void CDbMappingComponent::ps_loadVPilotData()
|
||||
{
|
||||
if (this->m_vPilotReader.readASync(true))
|
||||
if (this->m_vPilotReader.readInBackground(true))
|
||||
{
|
||||
CLogMessage(this).info("Start loading vPilot rulesets");
|
||||
this->ui->tvp_AircraftModelsForVPilot->showLoadIndicator();
|
||||
|
||||
Reference in New Issue
Block a user