| 181 | } |
| 182 | |
| 183 | void DetectedProblem::setDiagnostics(const QVector<Ptr> &diagnostics) |
| 184 | { |
| 185 | clearDiagnostics(); |
| 186 | |
| 187 | for (const Ptr& diagnostic : diagnostics) { |
| 188 | addDiagnostic(diagnostic); |
| 189 | } |
| 190 | } |
| 191 | |
| 192 | void DetectedProblem::addDiagnostic(const Ptr &diagnostic) |
| 193 | { |
no outgoing calls