| 111 | } |
| 112 | |
| 113 | void |
| 114 | HierarchyViewSelectionModel::selectWithRecursion(const QItemSelection &userSelection, |
| 115 | QItemSelectionModel::SelectionFlags command, |
| 116 | bool recurse) |
| 117 | { |
| 118 | selectInternal(userSelection, command, recurse); |
| 119 | } |
| 120 | |
| 121 | void |
| 122 | HierarchyViewSelectionModel::select(const QItemSelection &userSelection, |
no outgoing calls
no test coverage detected