| 29 | } |
| 30 | |
| 31 | void ProjectProxyModel::showTargets(bool visible) |
| 32 | { |
| 33 | if (visible != m_showTargets) { |
| 34 | m_showTargets = visible; |
| 35 | invalidateFilter(); |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | bool ProjectProxyModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const |
| 40 | { |
no outgoing calls
no test coverage detected