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

Method ValueTableModel

src/RedisView/Model/ValueTableModel.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "Model/ValueTableModel.h"
10
11ValueTableModel::ValueTableModel(QObject *parent) :
12 QAbstractTableModel(parent)
13{
14 rootItem = new ValueTableItem();
15}
16
17ValueTableModel::~ValueTableModel()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected