MCPcopy Create free account
hub / github.com/KDE/kdevelop / setMessage

Method setMessage

plugins/cppcheck/problemmodel.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

parseBzrLogPartMethod · 0.45
parseBzrLogMethod · 0.45
ProjectVcsPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected