/demos/arthurplugin/

value='6e1b00087902866cd4c0e3057690d045356869f0'/> Qt s a cross-platform application framework that is used for developing application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2011-10-05 15:40:26 (GMT)
committermread <qt-info@nokia.com>2011-10-05 15:51:27 (GMT)
commit6e1b00087902866cd4c0e3057690d045356869f0 (patch)
tree7e3a0f471235923c9b22a6fbd3e0a84c33af0a9d
parent2a6298bcf29104a4258992c7357a031f4ca9cc7f (diff)
downloadQt-6e1b00087902866cd4c0e3057690d045356869f0.zip
Qt-6e1b00087902866cd4c0e3057690d045356869f0.tar.gz
Qt-6e1b00087902866cd4c0e3057690d045356869f0.tar.bz2
Converting accidental use of doubles to qreal in declarative
Declarative had a number of places where double operations were used instead of qreal, due to the use of double literals. These are now constructed as qreal literals so that qreal operations are used. This makes no difference where qreal is double. But on Symbian, qreal is float, and this give a performance boost for floating point intensive code. Task-number: QTBUG-4894 Reviewed-by: Martin Jones
Diffstat