| 23 | #include "treeproxyfilter.h" |
| 24 | |
| 25 | TreeProxyFilter::TreeProxyFilter(QObject *parent) : QSortFilterProxyModel(parent) |
| 26 | { |
| 27 | } |
| 28 | |
| 29 | bool TreeProxyFilter::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected