2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

fixed os x mouse input, window icon, qt os x build-from-source

This commit is contained in:
John Preston
2014-11-13 21:26:17 +03:00
parent 84226635b2
commit 85285d9862
15 changed files with 63 additions and 48 deletions

View File

@@ -87,6 +87,7 @@ protected:
QSystemTrayIcon *trayIcon;
ContextMenu *trayIconMenu;
QImage icon256;
QIcon wndIcon;
virtual void setupTrayIcon() = 0;
virtual QImage iconWithCounter(int size, int count, style::color bg, bool smallIcon) = 0;