Home
last modified time | relevance | path

Searched refs:unreadStarredCount (Results 1 – 1 of 1) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp2956 int unreadStarredCount = 0; in slotRecountCategoryCounts() local
2976 unreadStarredCount++; in slotRecountCategoryCounts()
3015 if (!unreadStarredCount && !allStarredCount) in slotRecountCategoryCounts()
3018 countStr = QString("(%1/%2)").arg(unreadStarredCount).arg(allStarredCount); in slotRecountCategoryCounts()
3021 if (unreadStarredCount) in slotRecountCategoryCounts()