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

Method ~ValueTableModel

src/RedisView/Model/ValueTableModel.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17ValueTableModel::~ValueTableModel()
18{
19 if(rootItem) {
20 delete rootItem;
21 rootItem = nullptr;
22 }
23}
24
25int ValueTableModel::rowCount(const QModelIndex &parent) const
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected