diff options
author | Simon Hausmann <[email protected]> | 2014-01-10 14:51:00 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-01-17 08:10:07 +0100 |
commit | 4005c0e29cea1bbcb35c480866418ba01f019756 (patch) | |
tree | 80dcf657f787f40bb60be56d7bc4cd90ef749c70 /src/qml/compiler/qv4compileddata_p.h | |
parent | 97c21311a1de5bca7b97a0a1ae81bb651afa41c8 (diff) |
[new compiler] Initial support for QQuick state changes
This requires the use of the customer parser together with lazy binding compilation
Change-Id: I45d8a206267d3e0c807771a79645168254be9c95
Reviewed-by: Lars Knoll <[email protected]>
Diffstat (limited to 'src/qml/compiler/qv4compileddata_p.h')
-rw-r--r-- | src/qml/compiler/qv4compileddata_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4compileddata_p.h b/src/qml/compiler/qv4compileddata_p.h index c069111b91..3bffc5c8ef 100644 --- a/src/qml/compiler/qv4compileddata_p.h +++ b/src/qml/compiler/qv4compileddata_p.h @@ -264,7 +264,7 @@ struct Function // Qml data structures -struct Binding +struct Q_QML_EXPORT Binding { quint32 propertyNameIndex; |