mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Style and comments of CBackgroundValidation
This commit is contained in:
committed by
Mat Sutcliffe
parent
bd1ef5dfea
commit
892b5919f7
@@ -64,7 +64,7 @@ namespace BlackMisc
|
||||
const QPointer<CBackgroundValidation> myself(this);
|
||||
if (simulator.isNoSimulator())
|
||||
{
|
||||
return this->requestLastResults();
|
||||
return this->requestLastValidationResults();
|
||||
}
|
||||
|
||||
{
|
||||
@@ -81,7 +81,7 @@ namespace BlackMisc
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CBackgroundValidation::requestLastResults()
|
||||
bool CBackgroundValidation::requestLastValidationResults()
|
||||
{
|
||||
CAircraftModelList valid;
|
||||
CAircraftModelList invalid;
|
||||
@@ -144,7 +144,6 @@ namespace BlackMisc
|
||||
}
|
||||
while (false);
|
||||
|
||||
|
||||
m_inWork = false;
|
||||
emit this->validating(false);
|
||||
if (validated)
|
||||
|
||||
Reference in New Issue
Block a user