mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Prepared 9061001 closed beta to build in Xcode and QtCreator.
This commit is contained in:
@@ -277,8 +277,8 @@ protected:
|
||||
void resizeEvent(QResizeEvent *e) override;
|
||||
void paintEvent(QPaintEvent *e) override;
|
||||
|
||||
void showAll();
|
||||
void hideAll();
|
||||
void showAll() override;
|
||||
void hideAll() override;
|
||||
|
||||
private:
|
||||
ChildWidget<FlatLabel> _title, _status;
|
||||
|
@@ -1032,7 +1032,7 @@ void StickersInner::rebuild() {
|
||||
int maxNameWidth = countMaxNameWidth();
|
||||
|
||||
clear();
|
||||
auto &order = ([this]() {
|
||||
auto &order = ([this]() -> const Stickers::Order & {
|
||||
if (_section == Section::Installed) {
|
||||
return Global::StickerSetsOrder();
|
||||
} else if (_section == Section::Featured) {
|
||||
|
Reference in New Issue
Block a user