diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-09 06:42:14 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-09 06:42:14 (GMT) |
commit | e20dabec726b44cbe4e3078699932c59979cb977 (patch) | |
tree | 00c0ef06355ce1cd230854fc7019c1a9208fa164 /src/declarative/qml/qmlcontext_p.h | |
parent | 48b48fba165683bf8f1a24eb7cf53cb1d6ab0795 (diff) | |
download | Qt-e20dabec726b44cbe4e3078699932c59979cb977.zip Qt-e20dabec726b44cbe4e3078699932c59979cb977.tar.gz Qt-e20dabec726b44cbe4e3078699932c59979cb977.tar.bz2 |
Tweak scope ordering (again)
ids and methods shadow properties. The reasoning is that the user
explicitly declared these names, whereas they might not even know a
property by that name exists.
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index fe74e28..9a77e94 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -91,8 +91,6 @@ public: QObjectList defaultObjects; int highPriorityCount; - QScriptValue scriptValue; - QList<QScriptValue> scripts; void addScript(const QString &script, QObject *scope, const QString &fileName = QString(), int lineNumber = 1); |