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

Method setFilter

plugins/problemreporter/problemsview.cpp:499–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499void ProblemsView::setFilter(const QString& filterText)
500{
501 setFilter(filterText, m_tabWidget->currentIndex());
502}
503
504void ProblemsView::setFilter(const QString& filterText, int tabIdx)
505{

Callers 4

testDuchainFilterMethod · 0.45
testAbbreviationsMethod · 0.45
testSortingMethod · 0.45
testStableSortMethod · 0.45

Calls 4

currentIndexMethod · 0.45
countMethod · 0.45
widgetMethod · 0.45
setTextMethod · 0.45

Tested by 4

testDuchainFilterMethod · 0.36
testAbbreviationsMethod · 0.36
testSortingMethod · 0.36
testStableSortMethod · 0.36