MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / filter

Method filter

Engine/FileSystemModel.cpp:934–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934const QDir::Filters
935FileSystemModel::filter() const
936{
937 QMutexLocker l(&_imp->filtersMutex);
938
939 return _imp->filters;
940}
941
942void
943FileSystemModel::setRegexpFilters(const QString& filters)

Callers 2

gatheringKernelMethod · 0.45
showHiddenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected