Home
last modified time | relevance | path

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

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp2959 QMap<int,int> unreadCountList; in slotRecountCategoryCounts() local
2968 unreadCountList.insert(id, 0); in slotRecountCategoryCounts()
2986 unreadCountList[id]++; in slotRecountCategoryCounts()
2998 if (!unreadCountList[id] && !allCountList[id]) in slotRecountCategoryCounts()
3001 countStr = QString("(%1/%2)").arg(unreadCountList[id]).arg(allCountList[id]); in slotRecountCategoryCounts()
3004 if (unreadCountList[id]) in slotRecountCategoryCounts()
3010 unreadLabelCount = unreadLabelCount + unreadCountList[id]; in slotRecountCategoryCounts()