| 9 | #include "AppView/MainWindow.h" |
| 10 | |
| 11 | MainWindow::MainWindow(RedisCluster *redisClient, |
| 12 | QWidget *parent) : QMainWindow(parent) { |
| 13 | init(redisClient); |
| 14 | } |
| 15 | |
| 16 | void MainWindow::init(RedisCluster *redisClient) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected