2
0
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:
John Preston
2016-07-27 21:36:45 +03:00
parent c0ea6ce346
commit d9cc70e72b
5 changed files with 17 additions and 6 deletions

View File

@@ -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;

View File

@@ -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) {