summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-08 09:02:10 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-08 09:02:10 (GMT)
commit8c84f7ca274e5c8e4d249ede904bb247659dbce4 (patch)
tree58e7553b5a417c87e61cb0ba95319123344d0f32 /src/declarative/qml/qmlcontext.cpp
parentb30af554ba34bddc4f2487f037113c810597cda0 (diff)
downloadQt-8c84f7ca274e5c8e4d249ede904bb247659dbce4.zip
Qt-8c84f7ca274e5c8e4d249ede904bb247659dbce4.tar.gz
Qt-8c84f7ca274e5c8e4d249ede904bb247659dbce4.tar.bz2
Optimization: Cache compiled dynamic functions
Diffstat (limited to 'src/declarative/qml/qmlcontext.cpp')
-rw-r--r--src/declarative/qml/qmlcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext.cpp b/src/declarative/qml/qmlcontext.cpp
index e063981..e7ac864 100644
--- a/src/declarative/qml/qmlcontext.cpp
+++ b/src/declarative/qml/qmlcontext.cpp
@@ -57,7 +57,7 @@
QT_BEGIN_NAMESPACE
QmlContextPrivate::QmlContextPrivate()
-: parent(0), engine(0), isInternal(false), isTemporary(false), propertyNames(0),
+: parent(0), engine(0), isInternal(false), propertyNames(0),
notifyIndex(-1), highPriorityCount(0), imports(0), expressions(0), contextObjects(0),
idValues(0), idValueCount(0), optimizedBindings(0)
{