diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-20 03:30:31 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-20 03:30:31 (GMT) |
commit | 275d2a37c0c7179e7f34cc467192a8838705d7c2 (patch) | |
tree | 0e1732a7aed9bac19fd307218f4fd500e2f3654b /src/declarative/qml/qmlcomponent_p.h | |
parent | f4c51725bf131baa34e30c435b285af16948744c (diff) | |
download | Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.zip Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.gz Qt-275d2a37c0c7179e7f34cc467192a8838705d7c2.tar.bz2 |
Rename QmlBindableValue to QmlBinding
Diffstat (limited to 'src/declarative/qml/qmlcomponent_p.h')
-rw-r--r-- | src/declarative/qml/qmlcomponent_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcomponent_p.h b/src/declarative/qml/qmlcomponent_p.h index 25af342..a7a3230 100644 --- a/src/declarative/qml/qmlcomponent_p.h +++ b/src/declarative/qml/qmlcomponent_p.h @@ -88,7 +88,7 @@ public: int count; QmlCompiledData *cc; - QList<QmlEnginePrivate::SimpleList<QmlBindableValue> > bindValues; + QList<QmlEnginePrivate::SimpleList<QmlBinding> > bindValues; QList<QmlEnginePrivate::SimpleList<QmlParserStatus> > parserStatus; bool completePending; |