mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Formatting this->ui to ui
This commit is contained in:
committed by
Roland Winklmeier
parent
7330ccba1b
commit
aafff6cd82
@@ -111,7 +111,7 @@ namespace BlackGui
|
||||
CStatusMessageList msgs;
|
||||
this->ps_simulatorChanged(ui->comp_SimulatorSelector->getValue()); // update model set to latest version
|
||||
CSimulatedAircraft remoteAircraft(createAircraft());
|
||||
if (this->ui->cb_withReverseLookup->isChecked())
|
||||
if (ui->cb_withReverseLookup->isChecked())
|
||||
{
|
||||
const QString liveryString(ui->comp_LiverySelector->getRawCombinedCode());
|
||||
const CAircraftModel reverseModel = CAircraftMatcher::reverselLookupModel(remoteAircraft.getModel(), liveryString, &msgs);
|
||||
|
||||
Reference in New Issue
Block a user