mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
c7b90ae439
commit
19c9a51c38
@@ -154,8 +154,8 @@ namespace BlackGui
|
||||
CStatusMessageList CAircraftIcaoForm::validate(bool nested) const
|
||||
{
|
||||
Q_UNUSED(nested);
|
||||
CAircraftIcaoCode code(getValue());
|
||||
CStatusMessageList msgs(code.validate());
|
||||
const CAircraftIcaoCode code(this->getValue());
|
||||
const CStatusMessageList msgs(code.validate());
|
||||
ui->val_Indicator->setState(msgs);
|
||||
return msgs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user