Fix source code not in sync with doxygen doc

refs #544
This commit is contained in:
Roland Winklmeier
2016-02-07 18:40:28 +01:00
parent 794bf0cd74
commit 055e4aae17
14 changed files with 22 additions and 22 deletions

View File

@@ -157,7 +157,7 @@ namespace BlackGui
this->derivedModel()->setHighlightModelStringsColor(brush);
}
bool CAircraftModelView::highlightModelsStrings() const
bool CAircraftModelView::highlightModelStrings() const
{
return this->derivedModel()->highlightModelStrings();
}
@@ -287,7 +287,7 @@ namespace BlackGui
void CAircraftModelView::ps_toogleHighlightInvalidModels()
{
bool h = this->highlightModelsStrings();
bool h = this->highlightModelStrings();
this->setHighlightModelStrings(!h);
}