Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
void EmptySpecialListWidget::showFavorites()
10
{
11
currentType = Favorites;
12
setPixmap(theme.emptyContainer.emptyFavoritesIcon);
13
setText(tr(
"No favorites"
));
14
}
15
16
void EmptySpecialListWidget::showReading()
17
{
Callers
1
loadSpecialListInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected