mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #681, adjusted form classes
* made server form a CForm, not a component * adjusted other forms
This commit is contained in:
@@ -126,8 +126,9 @@ namespace BlackGui
|
||||
return icao;
|
||||
}
|
||||
|
||||
CStatusMessageList CAircraftIcaoForm::validate() const
|
||||
CStatusMessageList CAircraftIcaoForm::validate(bool nested) const
|
||||
{
|
||||
Q_UNUSED(nested);
|
||||
CAircraftIcaoCode code(getValue());
|
||||
CStatusMessageList msgs(code.validate());
|
||||
this->ui->val_Indicator->setState(msgs);
|
||||
|
||||
Reference in New Issue
Block a user