Fix various QList<qreal> property related auto test failures in release builds
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 26 Jul 2013 11:14:47 +0000 (13:14 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 26 Jul 2013 12:06:15 +0000 (14:06 +0200)
commit766367c3d02dc0b484d7cade66810cf4939f5402
tree84a423dffb0020c6fcaa4bf94813a74cfc2e7975
parent88054e44722c9fd5aab90928ee8052ee054053a3
Fix various QList<qreal> property related auto test failures in release builds

When registering the QList<qreal> sequence type, make sure to register it
with "QList<qreal>" as name right there. Otherwise it might happen that
the registration (without name) will find an existing QList<double> type id
and not register anything.

Change-Id: I15c837f26bfa713f50dfdbd7c697d55b094f3f0c
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
src/qml/qml/v4/qv4sequenceobject.cpp