Formatting, comments

This commit is contained in:
Klaus Basan
2016-01-25 03:36:36 +01:00
parent c54dd8560d
commit 6089dc1106
3 changed files with 14 additions and 7 deletions

View File

@@ -371,7 +371,7 @@ namespace BlackGui
{
if (!filter)
{
this->removeFilter(); // empty filter
this->removeFilter(); // clear filter
return;
}
if (filter->isValid())
@@ -384,6 +384,7 @@ namespace BlackGui
}
else
{
// invalid filter, so clear filter
this->removeFilter();
}
}