This commit is contained in:
Klaus Basan
2019-10-13 23:37:13 +02:00
parent fc43199c32
commit 563e5d85be
2 changed files with 13 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ namespace BlackGui
CStatusMessageList CCockpitComForm::validate(bool nested) const
{
Q_UNUSED(nested);
Q_UNUSED(nested)
CStatusMessageList msgs;
return msgs;
}