Adapt the ValueTypeProvider interface and port its types
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>
Sat, 25 Jul 2015 17:43:43 +0000 (19:43 +0200)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Tue, 18 Aug 2015 20:26:00 +0000 (20:26 +0000)
commit37fbe667e6b5a528592b244124189981ba4aada9
treedfc87ec938d0d7724f290163dab0b94be934c2fb
parent44ac9e797ce30c1c9f6af704a7677fe0c9ac5794
Adapt the ValueTypeProvider interface and port its types

The ValueTypeProvider system allows non-QML modules to add new basic
QML types. It needs to be changed when porting away from QQmlVmeVariant
as underlying type of properties.

Change-Id: I2b52d7e6f578647a39832896c28553404b9a679f
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/qml/qqmlglobal.cpp
src/qml/qml/qqmlglobal_p.h
src/qml/qml/qqmlvmemetaobject.cpp
src/quick/util/qquickglobal.cpp