diff options
author | Frederik Gladhorn <frederik.gladhorn@nokia.com> | 2010-09-08 09:09:52 (GMT) |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@nokia.com> | 2010-09-08 09:49:02 (GMT) |
commit | 87c1a9b5a2d9ba03bcc2ae9a74a9c3a7ff8fe09a (patch) | |
tree | 62b773734714ebe9ddbf033f49b23d025ead1992 /demos | |
parent | 3d247e0ae09bcd1b75f92a587ab5b28569a3f0f6 (diff) | |
download | Qt-87c1a9b5a2d9ba03bcc2ae9a74a9c3a7ff8fe09a.zip Qt-87c1a9b5a2d9ba03bcc2ae9a74a9c3a7ff8fe09a.tar.gz Qt-87c1a9b5a2d9ba03bcc2ae9a74a9c3a7ff8fe09a.tar.bz2 |
QEasingCurve::operator== returning wrong value
Comparisons between just constructed QEasingCurve and ones
that had a value (eg amplitude) set, would always return true.
At the same time we still need to make operator== work without
creating the private config object (QEasingCurveFunction).
In order to make comparisons work in all cases, remove all explicit
float constants (3.0f) and instead use qreal(0.3).
Task-number: QTBUG-12274
Reviewed-by: Thierry
Diffstat (limited to 'demos')
0 files changed, 0 insertions, 0 deletions