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

Method fullUpdateTooltip

kdevplatform/shell/problemmodel.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240QString ProblemModel::fullUpdateTooltip() const
241{
242 Q_D(const ProblemModel);
243
244 return d->m_fullUpdateTooltip;
245}
246
247void ProblemModel::setFullUpdateTooltip(const QString& tooltip)
248{

Callers 2

updateActionsMethod · 0.80
addModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected