| 191 | } |
| 192 | |
| 193 | void YACReaderTranslator::error() |
| 194 | { |
| 195 | resultsTitle->setText(tr("Service not available")); |
| 196 | resultsTitle->setHidden(false); |
| 197 | busyIndicator->hide(); |
| 198 | } |
| 199 | |
| 200 | void YACReaderTranslator::setTranslation(const QString &string) |
| 201 | { |
no test coverage detected