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