| 81 | } |
| 82 | |
| 83 | void ProblemModel::setMessage(const QString& message) |
| 84 | { |
| 85 | setPlaceholderText(message, m_pathLocation, i18n("Cppcheck")); |
| 86 | } |
| 87 | |
| 88 | void ProblemModel::addProblems(const QVector<KDevelop::IProblem::Ptr>& problems) |
| 89 | { |
no outgoing calls
no test coverage detected