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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user