MCPcopy Create free account
hub / github.com/YACReader/yacreader / showRecent

Method showRecent

YACReaderLibrary/empty_special_list.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

loadSpecialListInfoMethod · 0.80

Calls 1

QPixmapClass · 0.85

Tested by

no test coverage detected