Move registration of QtQuick 2 types to separate class
authorKent Hansen <kent.hansen@nokia.com>
Tue, 22 Nov 2011 14:56:10 +0000 (15:56 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 Nov 2011 08:10:05 +0000 (09:10 +0100)
commit296951a630d932f0834d26efb8912dc04cf79823
treefd536e0b8faa81e2f9126640e46ec097b7f1bede
parentdcc810fd6ae3042fb2877d617e21818b81b33ead
Move registration of QtQuick 2 types to separate class

Just a bit of cleanup to make QtQuick2's definition follow the
convention of QtQuick1, in preparation of moving QtQuick2 to its own
library.

Change-Id: If9e19e5f5512f9417373bb977bcb424186554c8f
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/declarative/declarative.pro
src/declarative/qml/qdeclarativeengine.cpp
src/declarative/qtquick2.cpp [new file with mode: 0644]
src/declarative/qtquick2_p.h [new file with mode: 0644]