mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Alpha 1.0.11: fix Qt 5.3.2 build.
Qt 5.3.2 QVector works only with types having an assignment operator.
This commit is contained in:
parent
b7c4e867e8
commit
8060c7e141
2 changed files with 10 additions and 6 deletions
|
@ -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<One>;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue