| 1331 | } |
| 1332 | |
| 1333 | void MainWindowImpl::errorMessage(QString err_status) // Manda stringa di errore al dialog di conversione |
| 1334 | { |
| 1335 | dlgCStatus->setErrorMsg(err_status); |
| 1336 | } |
| 1337 | |
| 1338 | void MainWindowImpl::choseBackgroundColor() |
| 1339 | { |
nothing calls this directly
no test coverage detected