Revision 86426cd...
Go back to digest for 26th May 2013Bug Fixes in Office
Friedrich W. H. Kossebau committed changes in [calligra] plugins/formulashape/elements/MultiscriptElement.cpp:
Fix compilation on ARM: result of dividing by 2.0 is double, so not qreal==float on ARM (and qMax needs same types)
Dividing qreal by 2 (integer) also results in qreal.
But preferred to be more explicit here, as some might think that result
is integer.
REVIEW: 110579
thanks ingwa and boemann for review
File Changes
Modified 1 files
- plugins/formulashape/elements/MultiscriptElement.cpp
1 files changed in total