| 72 | return (int)m_items.size(); |
| 73 | } |
| 74 | virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override |
| 75 | { |
| 76 | (void)parent; |
| 77 | return 2; |
| 78 | } |
| 79 | ProcessItem getRow(int row) const; |
| 80 | virtual QVariant data(const QModelIndex& i, int role) const override; |
| 81 | virtual QVariant headerData(int column, Qt::Orientation orientation, int role) const override; |
nothing calls this directly
no outgoing calls
no test coverage detected