Searched refs:unreadCountList (Results 1 – 1 of 1) sorted by relevance
2959 QMap<int,int> unreadCountList; in slotRecountCategoryCounts() local2968 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()