Home
last modified time | relevance | path

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

/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dbnpview.h103 void countsChanged(BasketScene *basket);
H A Dbnpview.cpp1106 connect(basket, SIGNAL(countsChanged(BasketScene*)), this, SLOT(countsChanged(BasketScene*))); in loadBasket()
1394 countsChanged(basket); in setCurrentBasket()
1786 void BNPView::countsChanged(BasketScene *basket) in countsChanged() function in BNPView
H A Dbasketscene.h438 void countsChanged(BasketScene *basket);
H A Dbasketscene.cpp1155 emit countsChanged(this); in countsChangedTimeOut() local
2912 emit countsChanged(this); in deleteNotes() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_message.cpp1766 const auto countsChanged = (views->replies.count != count) in setReplies() local
1771 if (!countsChanged && !megagroupChanged && !recentChanged) { in setReplies()