| 1324 | } |
| 1325 | |
| 1326 | void MainWindowImpl::stopProcess() |
| 1327 | { |
| 1328 | convertThread->stopProcess(); |
| 1329 | abort_all = true; |
| 1330 | statusBar()->showMessage(tr("Aborted!"), 5000); |
| 1331 | } |
| 1332 | |
| 1333 | void MainWindowImpl::errorMessage(QString err_status) // Manda stringa di errore al dialog di conversione |
| 1334 | { |