mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
QFixed is not exactly POD type
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9986c43750
commit
9f270ed7ca
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ private:
|
||||||
inline QFixed operator*(qreal d) const { QFixed f = *this; return (f *= d); }
|
inline QFixed operator*(qreal d) const { QFixed f = *this; return (f *= d); }
|
||||||
int val;
|
int val;
|
||||||
};
|
};
|
||||||
Q_DECLARE_TYPEINFO(QFixed, Q_PRIMITIVE_TYPE);
|
|
||||||
|
|
||||||
#define QFIXED_MAX (INT_MAX/256)
|
#define QFIXED_MAX (INT_MAX/256)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue