| 660 | } |
| 661 | |
| 662 | void QCMakeCacheModelDelegate::setModelData(QWidget* editor, |
| 663 | QAbstractItemModel* model, |
| 664 | QModelIndex const& index) const |
| 665 | { |
| 666 | QItemDelegate::setModelData(editor, model, index); |
| 667 | const_cast<QCMakeCacheModelDelegate*>(this)->recordChange(model, index); |
| 668 | } |
| 669 | |
| 670 | QSize QCMakeCacheModelDelegate::sizeHint(QStyleOptionViewItem const& option, |
| 671 | QModelIndex const& index) const |
nothing calls this directly
no test coverage detected