MCPcopy Create free account
hub / github.com/KDE/kdenlive / slotSetSearchString

Method slotSetSearchString

src/bin/projectsortproxymodel.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ProjectSortProxyModel::slotSetSearchString(const QString &str)
165{
166 m_searchString = str;
167 invalidateFilter();
168}
169
170void ProjectSortProxyModel::slotSetFilters(const QStringList &tagFilters, const QList<int> rateFilters, const QList<int> typeFilters, UsageFilter unusedFilter)
171{

Callers 2

RenderWidgetMethod · 0.45
BinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected