| 73 | } |
| 74 | |
| 75 | void YACReaderActivityIndicatorWidget::setPixmaps(const QPixmap &normalLine, const QPixmap &glowLine) |
| 76 | { |
| 77 | normal->setPixmap(normalLine); |
| 78 | glow->setPixmap(glowLine); |
| 79 | glow->setGeometry(4, 4, glowLine.width(), glowLine.height()); |
| 80 | } |
| 81 | |
| 82 | ImportWidget::ImportWidget(QWidget *parent) |
| 83 | : QWidget(parent) |
no test coverage detected