| 21 | } |
| 22 | |
| 23 | void ScraperScrollLabel::setAltText(const QString &text) |
| 24 | { |
| 25 | textLabel->setAlignment(Qt::AlignTop | Qt::AlignHCenter); |
| 26 | textLabel->setText(text); |
| 27 | textLabel->adjustSize(); |
| 28 | } |
| 29 | |
| 30 | void ScraperScrollLabel::setText(const QString &text) |
| 31 | { |
no test coverage detected