2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

fixed << and >> for linux, global people search found part highlight

This commit is contained in:
John Preston
2014-10-23 20:05:33 +04:00
parent 0685cf34d3
commit a9a01cf396
3 changed files with 27 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ public:
void dialogsReceived(const QVector<MTPDialog> &dialogs);
void searchReceived(const QVector<MTPMessage> &messages, bool fromStart, int32 fullCount);
void peopleReceived(const QVector<MTPContactFound> &people);
void peopleReceived(const QString &query, const QVector<MTPContactFound> &people);
void showMore(int32 pixels);
void activate();
@@ -127,6 +127,7 @@ private:
SearchResults searchResults;
int32 searchedCount, searchedSel;
QString peopleQuery;
PeopleResults peopleResults;
int32 peopleSel;