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

Method showFavorites

YACReaderLibrary/empty_special_list.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9void EmptySpecialListWidget::showFavorites()
10{
11 currentType = Favorites;
12 setPixmap(theme.emptyContainer.emptyFavoritesIcon);
13 setText(tr("No favorites"));
14}
15
16void EmptySpecialListWidget::showReading()
17{

Callers 1

loadSpecialListInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected