summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlpropertycache_p.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-12-11 03:59:34 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-12-11 03:59:34 (GMT)
commit3051067a661db92c77f9cf8c31d3231174a6a475 (patch)
tree57208fa8e80ea9f5c3b4cc0ac28fa76efc94c634 /src/declarative/qml/qmlpropertycache_p.h
parent4c5a4f4d520d05de6eceb58887c4b065fe103275 (diff)
downloadQt-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.h2
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 &);