| 48 | } |
| 49 | |
| 50 | void MainWindow::initKDChartClasses() |
| 51 | { |
| 52 | m_chart = new Chart(); |
| 53 | m_diagram = new PolarDiagram(); |
| 54 | m_polarPlane = new PolarCoordinatePlane(); |
| 55 | } |
| 56 | |
| 57 | void MainWindow::wireUpKDChartClasses() |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected