From 8060c7e14110e10cbdda818b85ce7d88a0f0dfdc Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 17 Feb 2017 22:59:25 +0300 Subject: [PATCH] Alpha 1.0.11: fix Qt 5.3.2 build. Qt 5.3.2 QVector works only with types having an assignment operator. --- Telegram/SourceFiles/ui/emoji_config.h | 12 ++++++------ changelog.txt | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Telegram/SourceFiles/ui/emoji_config.h b/Telegram/SourceFiles/ui/emoji_config.h index a2d712793..0f42c1c4e 100644 --- a/Telegram/SourceFiles/ui/emoji_config.h +++ b/Telegram/SourceFiles/ui/emoji_config.h @@ -108,12 +108,12 @@ private: t_assert(!_colorizable || !colored()); } - const QString _id; - const uint16 _x = 0; - const uint16 _y = 0; - const bool _hasPostfix = false; - const bool _colorizable = false; - const EmojiPtr _original = nullptr; + QString _id; + uint16 _x = 0; + uint16 _y = 0; + bool _hasPostfix = false; + bool _colorizable = false; + EmojiPtr _original = nullptr; friend void Init(); friend class QVector; diff --git a/changelog.txt b/changelog.txt index 1eae99fae..833a7d902 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +1.0.11 alpha (17.02.17) + +- Bug fixes and other minor improvements. + 1.0.10 alpha (17.02.17) - Support for more emoji.