Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
int ProblemTreeView::setFilter(const QString& filterText)
220
{
221
m_proxy->setFilterFixedString(filterText);
222
223
return m_proxy->rowCount();
224
}
225
226
ProblemModel* ProblemTreeView::model() const
227
{
Callers
nothing calls this directly
Calls
1
rowCount
Method · 0.45
Tested by
no test coverage detected