| 146 | } |
| 147 | |
| 148 | MainWindow::MainWindow(QWidget *parent) |
| 149 | : QMainWindow(parent) |
| 150 | , d(new Private(this)) |
| 151 | { |
| 152 | setCentralWidget(d->m_chartWin); |
| 153 | } |
| 154 | |
| 155 | MainWindow::~MainWindow() |
| 156 | { |
nothing calls this directly
no outgoing calls
no test coverage detected