Exporting required symbols for Qt Quick Designer
authorThomas Hartmann <Thomas.Hartmann@digia.com>
Wed, 16 Jan 2013 09:06:11 +0000 (10:06 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 17 Jan 2013 11:27:54 +0000 (12:27 +0100)
commit559851ef0c06e31b5b844d027ff3a8c500f2863c
treeb4fec241d0b375ab26eba97fb849f4cab413d219
parentc78f9717581ca579a88a6a47902f5dc99b696f15
Exporting required symbols for Qt Quick Designer

These classes are used by qml2puppet.

Qml2Puppet is an external process used by the Qt Quick Designer,
that builds the interface between the designer and Qt Quick/QML
internals.

Qml2Puppet is responsible for emulation and rendering.
The 2 in Qml2Puppet indicates that it is used for Qt Quick 2.0.

This would be nice to have in Qt 5.0.1 to allow testing based
on official packages. Also this helps early adaptors.

QQmlTimer is used to disable timers.

QQuickTextEdit and QQuickTextInput are used to disable the blinking
cursor.

QQuickBehavior is used to deal with behaviors.

QQuickPropertyChanges and QQuickStateGroup are
used to emulate states.

QQuickTransition is used to disable transitions.

Task-number: QTCREATORBUG-8572

Change-Id: I572707d93eda477df945976442efed32ef16df34
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
src/qml/qml/qqmltimer_p.h
src/quick/items/qquicktextedit_p.h
src/quick/items/qquicktextinput_p.h
src/quick/util/qquickbehavior_p.h
src/quick/util/qquickpropertychanges_p.h
src/quick/util/qquickstategroup_p.h
src/quick/util/qquicktransition_p.h