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

Method MainWidget

src/RedisView/AppView/MainWidget.cpp:11–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "AppView/MainWidget.h"
10
11MainWidget::MainWidget(RedisCluster *redisClient, QWidget *parent) :
12 QWidget(parent),
13 ui(new Ui::MainWidget)
14{
15 initSet(redisClient);
16 initView();
17 initKeyView();
18 initSlot();
19}
20
21MainWidget::~MainWidget()
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected