summaryrefslogtreecommitdiffstats
path: root/mkspecs/android-g++
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2013-04-17 16:05:24 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-17 19:49:18 +0200
commit453e4da6d1c2b5e8212ef9c5f0c68471e9c81d08 (patch)
tree224978482ca5622bb3a993463361f866e09a40dd /mkspecs/android-g++
parentc6612de314ff149b5d331b589c8f277274706ddf (diff)
Fix qgraphicsview autotest build for WEC7.
logicalDotsPerInchX returns qreal, and qreal in WEC7 is defined to float instead double. There is no required overload: qFuzzyCompare(float,double) And for that reason build fails. Ensure qreal is casted to double which is default type used by compilers for floating point literals such as '96.0'. Change-Id: I24c701715b3dcf1a2137256a1c251c19d0c1dbe9 Reviewed-by: Björn Breitmeyer <bjoern.breitmeyer@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Diffstat (limited to 'mkspecs/android-g++')
0 files changed, 0 insertions, 0 deletions