MCPcopy Create free account
hub / github.com/cc20110101/RedisView / ~ValueTableItem

Method ~ValueTableItem

src/RedisView/Model/ValueTableItem.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46ValueTableItem::~ValueTableItem()
47{
48 qDeleteAll(childItems);
49 childItems.clear();
50}
51
52void ValueTableItem::setData(const QVector<QVariant> &data) {
53 itemData.clear();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected