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