| 87 | return (int)m_items.size(); |
| 88 | } |
| 89 | virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override |
| 90 | { |
| 91 | (void)parent; |
| 92 | return 5; |
| 93 | } |
| 94 | ModuleItem getRow(int row) const; |
| 95 | virtual QVariant data(const QModelIndex& i, int role) const override; |
| 96 | virtual QVariant headerData(int column, Qt::Orientation orientation, int role) const override; |
nothing calls this directly
no outgoing calls
no test coverage detected