diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-08 09:02:10 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-08 09:02:10 (GMT) |
commit | 8c84f7ca274e5c8e4d249ede904bb247659dbce4 (patch) | |
tree | 58e7553b5a417c87e61cb0ba95319123344d0f32 /src/declarative/qml/qmlcontext_p.h | |
parent | b30af554ba34bddc4f2487f037113c810597cda0 (diff) | |
download | Qt-8c84f7ca274e5c8e4d249ede904bb247659dbce4.zip Qt-8c84f7ca274e5c8e4d249ede904bb247659dbce4.tar.gz Qt-8c84f7ca274e5c8e4d249ede904bb247659dbce4.tar.bz2 |
Optimization: Cache compiled dynamic functions
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index cb89474..e682ee2 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -88,7 +88,6 @@ public: QmlEngine *engine; bool isInternal; - bool isTemporary; QmlIntegerCache *propertyNames; QList<QVariant> propertyValues; |