MCPcopy Create free account
hub / github.com/Kitware/CMake / setModelData

Method setModelData

Source/QtDialog/QCMakeCacheView.cxx:662–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662void 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
670QSize QCMakeCacheModelDelegate::sizeHint(QStyleOptionViewItem const& option,
671 QModelIndex const& index) const

Callers

nothing calls this directly

Calls 1

recordChangeMethod · 0.80

Tested by

no test coverage detected