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

Method features

kdevplatform/shell/problemmodel.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226ProblemModel::Features ProblemModel::features() const
227{
228 Q_D(const ProblemModel);
229
230 return d->m_features;
231}
232
233void ProblemModel::setFeatures(Features features)
234{

Callers 1

addWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected