| 54 | } |
| 55 | |
| 56 | void SpinBoxDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| 57 | { |
| 58 | Q_UNUSED(index) |
| 59 | |
| 60 | editor->setGeometry(option.rect); |
| 61 | } |
nothing calls this directly
no outgoing calls
no test coverage detected