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

Method DebugBreakpointsListModel

ui/breakpointswidget.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60DebugBreakpointsListModel::DebugBreakpointsListModel(QWidget* parent, ViewFrame* view) :
61 QAbstractTableModel(parent), m_view(view)
62{}
63
64
65DebugBreakpointsListModel::~DebugBreakpointsListModel() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected