diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-06 05:31:56 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-06 05:31:56 (GMT) |
commit | 067b419199b369b6c81fa1ae387257aa87cab20c (patch) | |
tree | 20ef3dc7c3def67fd74117f50fdae3be054ee836 /src/declarative/qml/qmlcontext_p.h | |
parent | 9e4b877430a6811079d209656587ea228334ed34 (diff) | |
download | Qt-067b419199b369b6c81fa1ae387257aa87cab20c.zip Qt-067b419199b369b6c81fa1ae387257aa87cab20c.tar.gz Qt-067b419199b369b6c81fa1ae387257aa87cab20c.tar.bz2 |
Improve scope handling
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index 8fd2e92..22e5895 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -85,14 +85,13 @@ public: bool isInternal; QmlIntegerCache *propertyNames; -// QHash<QString, int> propertyNames; QList<QVariant> propertyValues; int notifyIndex; QObjectList defaultObjects; int highPriorityCount; - QScriptValueList scopeChain; + QScriptValue scriptValue; QList<QScriptValue> scripts; |