Add QColor support to v4.
authorMichael Brasser <michael.brasser@nokia.com>
Tue, 28 Feb 2012 06:32:45 +0000 (16:32 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 2 Mar 2012 06:22:53 +0000 (07:22 +0100)
commit4dde313139960d706a747d0c3260c774c3966c3d
tree4be5e09dbb9a4a9b4edb8321b7a2164b67dbc6b0
parent04fb631120590c55812a11a576dca48dafec6aea
Add QColor support to v4.

Change-Id: I033e92007f894d45695ea48d7f954d534a2fadee
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
src/declarative/qml/v4/qv4bindings.cpp
src/declarative/qml/v4/qv4compiler.cpp
src/declarative/qml/v4/qv4instruction.cpp
src/declarative/qml/v4/qv4instruction_p.h
src/declarative/qml/v4/qv4ir.cpp
src/declarative/qml/v4/qv4ir_p.h
src/declarative/qml/v4/qv4irbuilder.cpp
src/declarative/qml/v4/qv4program_p.h
tests/auto/declarative/v4/data/colorType.qml [new file with mode: 0644]
tests/auto/declarative/v4/tst_v4.cpp