| 174 | } |
| 175 | |
| 176 | QVector<IProblem::Ptr> DetectedProblem::diagnostics() const |
| 177 | { |
| 178 | Q_D(const DetectedProblem); |
| 179 | |
| 180 | return d->m_diagnostics; |
| 181 | } |
| 182 | |
| 183 | void DetectedProblem::setDiagnostics(const QVector<Ptr> &diagnostics) |
| 184 | { |
no outgoing calls