summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2010-09-08 09:09:52 (GMT)
committerFrederik Gladhorn <frederik.gladhorn@nokia.com>2010-09-08 09:49:02 (GMT)
commit87c1a9b5a2d9ba03bcc2ae9a74a9c3a7ff8fe09a (patch)
tree62b773734714ebe9ddbf033f49b23d025ead1992 /demos
parent3d247e0ae09bcd1b75f92a587ab5b28569a3f0f6 (diff)
downloadQt-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