MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / TreeProxyFilter

Method TreeProxyFilter

treeproxyfilter.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "treeproxyfilter.h"
24
25TreeProxyFilter::TreeProxyFilter(QObject *parent) : QSortFilterProxyModel(parent)
26{
27}
28
29bool TreeProxyFilter::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected