| 105 | return (int)m_items.size(); |
| 106 | } |
| 107 | virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override |
| 108 | { |
| 109 | (void)parent; |
| 110 | return 3; |
| 111 | } |
| 112 | DebugRegisterItem getRow(int row) const; |
| 113 | virtual QVariant data(const QModelIndex& i, int role) const override; |
| 114 | virtual QVariant headerData(int column, Qt::Orientation orientation, int role) const override; |
nothing calls this directly
no outgoing calls
no test coverage detected