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

Method DebugStackItemDelegate

ui/stackwidget.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306
307DebugStackItemDelegate::DebugStackItemDelegate(QWidget* parent) : QStyledItemDelegate(parent)
308{
309 updateFonts();
310}
311
312
313void DebugStackItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& idx) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected