| 1030 | } |
| 1031 | |
| 1032 | void MainWindow::execute(bool forcedUpdate/* = false */) |
| 1033 | { |
| 1034 | if(_isPlaying) |
| 1035 | { |
| 1036 | if(forcedUpdate) |
| 1037 | ui->graphicsView->requestUpdate(); |
| 1038 | |
| 1039 | ui->graphicsView->execute(forcedUpdate); |
| 1040 | } |
| 1041 | } |
| 1042 | |
| 1043 | void MainWindow::setParamsHaveChanged() |
| 1044 | { |
no test coverage detected