2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

context bot resolve done

This commit is contained in:
John Preston
2015-12-29 01:06:27 +03:00
parent 77228d358d
commit 820339d390
9 changed files with 74 additions and 18 deletions

View File

@@ -3457,6 +3457,10 @@ void MentionsDropdown::paintEvent(QPaintEvent *e) {
}
void MentionsDropdown::showContextResults(UserData *bot, QString query) {
}
void MentionsDropdown::showFiltered(PeerData *peer, QString start) {
_chat = peer->asChat();
_user = peer->asUser();