| 28 | } |
| 29 | |
| 30 | void ScraperScrollLabel::setText(const QString &text) |
| 31 | { |
| 32 | textLabel->setAlignment(Qt::AlignTop | Qt::AlignLeft); |
| 33 | textLabel->setText(text); |
| 34 | textLabel->adjustSize(); |
| 35 | } |
| 36 | |
| 37 | void ScraperScrollLabel::openLink(const QString &link) |
| 38 | { |
no outgoing calls
no test coverage detected