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

Method DebugModulesListModel

ui/moduleswidget.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67DebugModulesListModel::DebugModulesListModel(QWidget* parent, ViewFrame* view) :
68 QAbstractTableModel(parent), m_view(view)
69{}
70
71
72DebugModulesListModel::~DebugModulesListModel() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected