QtQml: Fix const correctness in old style casts
authorThiago Macieira <thiago.macieira@intel.com>
Sat, 7 Mar 2015 22:35:47 +0000 (14:35 -0800)
committerThiago Macieira <thiago.macieira@intel.com>
Thu, 9 Jul 2015 00:12:37 +0000 (00:12 +0000)
commitf35be0bc5afe940bb95695a319176e45fec1f594
treef6e610550a3efbbaea02b177c8fab526416e1515
parentf558bc48585c69de36151248c969a484a969ebb4
QtQml: Fix const correctness in old style casts

Found with GCC's -Wcast-qual.

Change-Id: Ia0aac2f09e9245339951ffff13c958364a2e9859
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
20 files changed:
src/qml/animations/qabstractanimationjob.cpp
src/qml/animations/qcontinuinganimationgroupjob.cpp
src/qml/animations/qparallelanimationgroupjob.cpp
src/qml/animations/qpauseanimationjob.cpp
src/qml/animations/qsequentialanimationgroupjob.cpp
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4serialize.cpp
src/qml/jsruntime/qv4typedarray.cpp
src/qml/jsruntime/qv4vme_moth.cpp
src/qml/qml/ftw/qbitfield_p.h
src/qml/qml/ftw/qhashedstring_p.h
src/qml/qml/qqmlcontext.cpp
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmlmetatype.cpp
src/qml/qml/qqmlproperty.cpp
src/qml/qml/qqmlpropertycache.cpp
src/qml/qml/qqmlvaluetype.cpp
src/qml/qml/qqmlvmemetaobject.cpp
src/qml/qml/qqmlvmemetaobject_p.h
src/qml/util/qqmllistaccessor.cpp