Add an abstraction layer for the qml designer
authorMarco Bubke <marco.bubke@nokia.com>
Tue, 30 Aug 2011 15:34:39 +0000 (17:34 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 31 Aug 2011 11:34:50 +0000 (13:34 +0200)
commit857f7d6505a570d5cbb307763e17784a1cc730ec
tree2d7d83fb8570be3a5d632f460854671fd29d0e56
parent3108a36914d59d8a0d15bfdb2b5bbb09aa6e54a2
Add an abstraction layer for the qml designer

The Qml Designer for Qt4 is using private headers but this broke very
often because nobody outside of the designer team was aware of it. This
is an attempt to define a clear interface which the designer is using.

Change-Id: I9ad2db234043da8e787024d3c2d346356bbbef47
Reviewed-on: http://codereview.qt.nokia.com/3608
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
src/declarative/declarative.pro
src/declarative/designer/designer.pri [new file with mode: 0644]
src/declarative/designer/designersupport.cpp [new file with mode: 0644]
src/declarative/designer/designersupport.h [new file with mode: 0644]