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

Method MainWindow

src/RedisView/AppView/MainWindow.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "AppView/MainWindow.h"
10
11MainWindow::MainWindow(RedisCluster *redisClient,
12 QWidget *parent) : QMainWindow(parent) {
13 init(redisClient);
14}
15
16void MainWindow::init(RedisCluster *redisClient)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected