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

Method updateFilterString

kdevplatform/language/classmodel/classmodel.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ClassModel::updateFilterString(const QString& a_newFilterString)
61{
62 m_allClassesNode->updateFilterString(a_newFilterString);
63 for (ClassModelNodes::FilteredProjectFolder* folder : std::as_const(m_projectNodes)) {
64 folder->updateFilterString(a_newFilterString);
65 }
66}
67
68void ClassModel::collapsed(const QModelIndex& index)
69{

Callers 1

ClassWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected