| 141 | } |
| 142 | |
| 143 | void MainWindow::Private::changedChartType() |
| 144 | { |
| 145 | Q_EMIT datasetCountChanged(datasetCount()); |
| 146 | } |
| 147 | |
| 148 | MainWindow::MainWindow(QWidget *parent) |
| 149 | : QMainWindow(parent) |
nothing calls this directly
no outgoing calls
no test coverage detected