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

Method ThreadFramesItemDelegate

ui/threadframes.cpp:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284ThreadFramesItemDelegate::ThreadFramesItemDelegate(QWidget* parent, DebuggerController* controller) :
285 QStyledItemDelegate(parent)
286{
287 m_debugger = controller;
288 updateFonts();
289}
290
291
292void ThreadFramesItemDelegate::paint(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected