| 157 | } |
| 158 | |
| 159 | void ExpandingWidgetModel::partiallyUnExpand(const QModelIndex& idx_) |
| 160 | { |
| 161 | QModelIndex index(firstColumn(idx_)); |
| 162 | m_partiallyExpanded.remove(index); |
| 163 | m_partiallyExpanded.remove(idx_); |
| 164 | } |
| 165 | |
| 166 | int ExpandingWidgetModel::partiallyExpandWidgetHeight() const |
| 167 | { |
nothing calls this directly
no test coverage detected