| 23 | |
| 24 | |
| 25 | ComboBoxDelegate::ComboBoxDelegate(const QList<ComboBoxItem> &items, QObject *parent) |
| 26 | : QStyledItemDelegate(parent), comboBoxItems(items) |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | QWidget *ComboBoxDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected