summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-09 06:42:14 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-09 06:42:14 (GMT)
commite20dabec726b44cbe4e3078699932c59979cb977 (patch)
tree00c0ef06355ce1cd230854fc7019c1a9208fa164 /src/declarative/qml/qmlcontext_p.h
parent48b48fba165683bf8f1a24eb7cf53cb1d6ab0795 (diff)
downloadQt-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.h2
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);