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

Method setFilter

plugins/problemreporter/problemtreeview.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219int ProblemTreeView::setFilter(const QString& filterText)
220{
221 m_proxy->setFilterFixedString(filterText);
222
223 return m_proxy->rowCount();
224}
225
226ProblemModel* ProblemTreeView::model() const
227{

Callers

nothing calls this directly

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected