From 85fd1c48f32c266168c2e3d8195f81e59a7dc5e6 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 22 Oct 2012 14:16:30 +0200 Subject: Adding invalidate function to QQmlPropertyCache This is required for tooling to update a QMetaObject inside a running QQmlEngine. Change-Id: I26d3aeed57d39c361c150261c4e1a84094e6f657 Reviewed-by: Christiaan Janssen --- src/qml/qml/qqmlpropertycache_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/qml/qqmlpropertycache_p.h') diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h index 4310e4ea40..14be99045f 100644 --- a/src/qml/qml/qqmlpropertycache_p.h +++ b/src/qml/qml/qqmlpropertycache_p.h @@ -247,6 +247,7 @@ public: virtual ~QQmlPropertyCache(); void update(QQmlEngine *, const QMetaObject *); + void invalidate(QQmlEngine *, const QMetaObject *); QQmlPropertyCache *copy(); -- cgit v1.2.3