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

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