| 531 | } |
| 532 | |
| 533 | void MainWindow::createSlot() { |
| 534 | connect(_mainWidget, SIGNAL(runEnd(bool)) , this, SLOT(runEnd(bool))); |
| 535 | connect(_mainWidget, &MainWidget::runStart , this, &MainWindow::runStart); |
| 536 | } |
| 537 | |
| 538 | void MainWindow::runEnd(bool bEnd) |
| 539 | { |
nothing calls this directly
no outgoing calls
no test coverage detected