| 126 | } |
| 127 | |
| 128 | static Severity getSeverity(ReportType reportType, const ErrorItem& errorItem) { |
| 129 | return reportType == ReportType::normal ? errorItem.severity : getSeverityFromClassification(errorItem.classification); |
| 130 | } |
| 131 | |
| 132 | ResultsTree::ResultsTree(QWidget * parent) : |
| 133 | QTreeView(parent), |
no test coverage detected