| 81 | |
| 82 | public: |
| 83 | enum ColumnHeaders |
| 84 | { |
| 85 | OffsetColumn, |
| 86 | AddressColumn, |
| 87 | ValueColumn, |
| 88 | HintColumn |
| 89 | }; |
| 90 | |
| 91 | DebugStackListModel(QWidget* parent, BinaryViewRef data, ViewFrame* view); |
| 92 | virtual ~DebugStackListModel(); |
nothing calls this directly
no outgoing calls
no test coverage detected