| 63 | |
| 64 | |
| 65 | DebugStackListModel::DebugStackListModel(QWidget* parent, BinaryViewRef data, ViewFrame* view) : |
| 66 | QAbstractTableModel(parent), m_view(view) |
| 67 | { |
| 68 | m_controller = DebuggerController::GetController(data); |
| 69 | } |
| 70 | |
| 71 | |
| 72 | DebugStackListModel::~DebugStackListModel() {} |
nothing calls this directly
no outgoing calls
no test coverage detected