| 58 | |
| 59 | |
| 60 | DebugBreakpointsListModel::DebugBreakpointsListModel(QWidget* parent, ViewFrame* view) : |
| 61 | QAbstractTableModel(parent), m_view(view) |
| 62 | {} |
| 63 | |
| 64 | |
| 65 | DebugBreakpointsListModel::~DebugBreakpointsListModel() {} |
nothing calls this directly
no outgoing calls
no test coverage detected