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

Method ThreadFrameModel

ui/threadframes.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60ThreadFrameModel::ThreadFrameModel(QObject* parent, DebuggerControllerRef controller) : QAbstractItemModel(parent), m_controller(controller)
61{
62 rootItem = new FrameItem();
63}
64
65
66ThreadFrameModel::~ThreadFrameModel()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected