| 21 | } |
| 22 | |
| 23 | void EmptySpecialListWidget::showRecent() |
| 24 | { |
| 25 | currentType = Recent; |
| 26 | setPixmap(QPixmap()); |
| 27 | setText(tr("There are no recent comics!")); |
| 28 | } |
| 29 | |
| 30 | void EmptySpecialListWidget::applyTheme(const Theme &theme) |
| 31 | { |
no test coverage detected