| 48 | } |
| 49 | |
| 50 | bool TreeProxyFilter::filterAcceptsRowSelf(int sourceRow, const QModelIndex &sourceParent) const |
| 51 | { |
| 52 | return QSortFilterProxyModel::filterAcceptsRow(sourceRow, sourceParent); |
| 53 | } |
| 54 | |
| 55 | bool TreeProxyFilter::hasAcceptedChildren(int sourceRow, const QModelIndex &sourceParent) const |
| 56 | { |
nothing calls this directly
no outgoing calls
no test coverage detected