MCPcopy Create free account
hub / github.com/Vector35/debugger / ~FrameItem

Method ~FrameItem

ui/threadframes.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "threadframes.h"
18
19FrameItem::~FrameItem()
20{
21 qDeleteAll(m_childItems);
22}
23
24
25void FrameItem::appendChild(FrameItem* item)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected