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

Almost all icons moved from sprite.

It is a broken build, some of sprite()s are in stickers.style file.
This commit is contained in:
John Preston
2016-10-28 00:19:38 +03:00
parent 29493a0693
commit f7374aa7b7
59 changed files with 316 additions and 314 deletions

View File

@@ -34,6 +34,7 @@ class Date;
namespace Ui {
class PlainShadow;
class PopupMenu;
class IconButton;
} // namespace Ui
class OverviewWidget;
@@ -179,7 +180,7 @@ private:
int32 setLayoutItem(int32 index, Overview::Layout::AbstractItem *item, int32 top);
FlatInput _search;
IconedButton _cancelSearch;
ChildWidget<Ui::IconButton> _cancelSearch;
QVector<MsgId> _results;
int32 _itemsToBeLoaded;