aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompiler_p.h
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-05-30 13:23:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-01 09:35:09 +0200
commitd38f4cea6b4255e9b4e59212ebfecb50c4a1ba4b (patch)
tree7d37b42d4dea8890fb47b6c0eb04a16c3ba582d8 /src/qml/qml/qqmlcompiler_p.h
parent6cb34bd5000b68d04b2798f6aa16134464573420 (diff)
Avoid copy-and-paste of property cache resolution code
Change-Id: I0f3d8c1641c7c277ef62af7d4f81437e44ac0bad Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlcompiler_p.h')
-rw-r--r--src/qml/qml/qqmlcompiler_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlcompiler_p.h b/src/qml/qml/qqmlcompiler_p.h
index f63c2cf29b..2339b6ceea 100644
--- a/src/qml/qml/qqmlcompiler_p.h
+++ b/src/qml/qml/qqmlcompiler_p.h
@@ -403,6 +403,7 @@ private:
QStringList deferredProperties(QQmlScript::Object *);
+ QQmlPropertyCache *propertyCacheForObject(QQmlScript::Object *);
QQmlPropertyData *property(QQmlScript::Object *, int);
QQmlPropertyData *property(QQmlScript::Object *, const QHashedStringRef &,
bool *notInRevision = 0);