| 119 | QModelIndex parent(const QModelIndex& index) const override; |
| 120 | int rowCount(const QModelIndex& parent = QModelIndex()) const override; |
| 121 | int columnCount(const QModelIndex& parent = QModelIndex()) const override |
| 122 | { |
| 123 | (void)parent; |
| 124 | return 8; |
| 125 | } |
| 126 | void updateRows(DebuggerController* controller); |
| 127 | |
| 128 | private: |
no outgoing calls
no test coverage detected