refs #681, adjusted form classes

* made server form a CForm, not a component
* adjusted other forms
This commit is contained in:
Klaus Basan
2016-06-26 20:04:17 +02:00
parent 2d00ff42fe
commit 75a7ca382c
15 changed files with 279 additions and 264 deletions

View File

@@ -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);