Remove the use of QWidgetStar from QtQml.
authorStephen Kelly <stephen.kelly@kdab.com>
Tue, 7 Aug 2012 08:54:39 +0000 (10:54 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 15 Aug 2012 11:19:45 +0000 (13:19 +0200)
commit6096f72e8cf23522cf675d6142492c58401e68b0
treeaa52faa72c9c18b23e13187b6895db854bbf4108
parent203c592de64d4c8078396ed90409f7e0ceb69ed2
Remove the use of QWidgetStar from QtQml.

The enum value can be removed so that it can be replaced in functionality
with QMetaType::PointerToQObject. There is no advantage to QtDeclarative
knowing that a value is a QWidget pointer.

Change-Id: I14530132bc37fbb0dc55ba8aaa5bb68db0d87bad
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/qml/qml/qqmlpropertycache.cpp
src/qml/qml/qqmlvaluetype.cpp
src/qml/qml/v8/qv8engine.cpp