| 282 | |
| 283 | |
| 284 | ThreadFramesItemDelegate::ThreadFramesItemDelegate(QWidget* parent, DebuggerController* controller) : |
| 285 | QStyledItemDelegate(parent) |
| 286 | { |
| 287 | m_debugger = controller; |
| 288 | updateFonts(); |
| 289 | } |
| 290 | |
| 291 | |
| 292 | void ThreadFramesItemDelegate::paint( |
nothing calls this directly
no outgoing calls
no test coverage detected