mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00: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:
@@ -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>;
|
||||
|
Reference in New Issue
Block a user