Home
last modified time | relevance | path

Searched defs:replyReturns (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_replies_section.h333 const std::vector<MsgId> &replyReturns() const { in replyReturns() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwidget.cpp161 QList<MsgId> replyReturns) in StackItemHistory()
174 QList<MsgId> replyReturns; member in StackItemHistory
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_widget.cpp1752 QList<MsgId> HistoryWidget::replyReturns() { in replyReturns() function in HistoryWidget
1756 void HistoryWidget::setReplyReturns(PeerId peer, const QList<MsgId> &replyReturns) { in setReplyReturns()