| 477 | } |
| 478 | |
| 479 | void ResultsTree::showResults(ShowTypes::ShowType type, bool show) |
| 480 | { |
| 481 | if (type != ShowTypes::ShowNone && mShowSeverities.isShown(type) != show) { |
| 482 | mShowSeverities.show(type, show); |
| 483 | refreshTree(); |
| 484 | } |
| 485 | } |
| 486 | |
| 487 | void ResultsTree::showCppcheckResults(bool show) |
| 488 | { |