2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Renamed MentionsDropdown to FieldAutocomplete, moved to separate file.

Support for message field mentions without usernames was started.
This commit is contained in:
John Preston
2016-04-29 16:46:16 +03:00
parent af248a6714
commit b4bc515079
13 changed files with 1222 additions and 1092 deletions

View File

@@ -230,6 +230,8 @@ public:
void updateUnreadCounter();
QImage iconWithCounter(int size, int count, style::color bg, bool smallIcon);
bool contentOverlapped(const QRect &globalRect);
bool contentOverlapped(QWidget *w, QPaintEvent *e) {
return contentOverlapped(QRect(w->mapToGlobal(e->rect().topLeft()), e->rect().size()));
@@ -282,8 +284,6 @@ public slots:
void onLogoutSure();
void updateGlobalMenu(); // for OS X top menu
QImage iconWithCounter(int size, int count, style::color bg, bool smallIcon);
void notifyUpdateAllPhotos();
void app_activateClickHandler(ClickHandlerPtr handler, Qt::MouseButton button);