-----------------------------------------------------------------------------
| 225 | |
| 226 | //----------------------------------------------------------------------------- |
| 227 | void ctkCheckableHeaderView::setRootIndex(const QModelIndex &index) |
| 228 | { |
| 229 | Q_D(ctkCheckableHeaderView); |
| 230 | this->QHeaderView::setRootIndex(index); |
| 231 | d->CheckableModelHelper->setRootIndex(index); |
| 232 | } |
| 233 | |
| 234 | //----------------------------------------------------------------------------- |
| 235 | void ctkCheckableHeaderView::onHeaderDataChanged(Qt::Orientation orient, |
no outgoing calls