MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugModulesFilterProxyModel

Method DebugModulesFilterProxyModel

ui/moduleswidget.cpp:702–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700
701
702DebugModulesFilterProxyModel::DebugModulesFilterProxyModel(QObject* parent) : QSortFilterProxyModel(parent)
703{
704 setFilterCaseSensitivity(Qt::CaseInsensitive);
705}
706
707
708bool DebugModulesFilterProxyModel::filterAcceptsRow(int sourceRow, const QModelIndex& sourceParent) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected