diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-12-11 03:59:34 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-12-11 03:59:34 (GMT) |
commit | 3051067a661db92c77f9cf8c31d3231174a6a475 (patch) | |
tree | 57208fa8e80ea9f5c3b4cc0ac28fa76efc94c634 /src/declarative/qml/qmlpropertycache_p.h | |
parent | 4c5a4f4d520d05de6eceb58887c4b065fe103275 (diff) | |
download | Qt-3051067a661db92c77f9cf8c31d3231174a6a475.zip Qt-3051067a661db92c77f9cf8c31d3231174a6a475.tar.gz Qt-3051067a661db92c77f9cf8c31d3231174a6a475.tar.bz2 |
Dynamic metaobject sharing and caching.
Diffstat (limited to 'src/declarative/qml/qmlpropertycache_p.h')
-rw-r--r-- | src/declarative/qml/qmlpropertycache_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlpropertycache_p.h b/src/declarative/qml/qmlpropertycache_p.h index 7cee606..613f4dd 100644 --- a/src/declarative/qml/qmlpropertycache_p.h +++ b/src/declarative/qml/qmlpropertycache_p.h @@ -110,6 +110,8 @@ public: int valueTypePropType; // The QVariant::Type of access property on the value type wrapper }; + void update(QmlEngine *, const QMetaObject *); + static QmlPropertyCache *create(QmlEngine *, const QMetaObject *); static Data create(const QMetaObject *, const QString &); |