| 100 | return (int)m_items.size(); |
| 101 | } |
| 102 | virtual int columnCount(const QModelIndex& parent = QModelIndex()) const override |
| 103 | { |
| 104 | (void)parent; |
| 105 | return 4; |
| 106 | } |
| 107 | DebugStackItem getRow(int row) const; |
| 108 | virtual QVariant data(const QModelIndex& i, int role) const override; |
| 109 | virtual QVariant headerData(int column, Qt::Orientation orientation, int role) const override; |
nothing calls this directly
no outgoing calls
no test coverage detected