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

Method KeyTreeModel

src/RedisView/Model/KeyTreeModel.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "Model/KeyTreeModel.h"
10
11KeyTreeModel::KeyTreeModel(QObject *parent)
12 : QAbstractItemModel(parent)
13{
14 headerInfo = "KEY";
15 conicon = new QIcon(ICON_LONGIN);
16 dbicon = new QIcon(ICON_DB);
17 keyicon = new QIcon(ICON_KEY);
18 rootItem = new KeyTreeItem(headerInfo);
19}
20
21KeyTreeModel::~KeyTreeModel()
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected