MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugStackListModel

Method DebugStackListModel

ui/stackwidget.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65DebugStackListModel::DebugStackListModel(QWidget* parent, BinaryViewRef data, ViewFrame* view) :
66 QAbstractTableModel(parent), m_view(view)
67{
68 m_controller = DebuggerController::GetController(data);
69}
70
71
72DebugStackListModel::~DebugStackListModel() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected