diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-19 07:08:13 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-19 07:08:13 (GMT) |
commit | 4223acff70de3036c5b7d75bccaec0c540c23556 (patch) | |
tree | 3c93c5a22e49b0998725fce10553bae96f036212 /src/declarative/qml/qdeclarativecontext_p.h | |
parent | fae16b674b619b73037841a00577de5922a26595 (diff) | |
download | Qt-4223acff70de3036c5b7d75bccaec0c540c23556.zip Qt-4223acff70de3036c5b7d75bccaec0c540c23556.tar.gz Qt-4223acff70de3036c5b7d75bccaec0c540c23556.tar.bz2 |
Remove Script {} support
Diffstat (limited to 'src/declarative/qml/qdeclarativecontext_p.h')
-rw-r--r-- | src/declarative/qml/qdeclarativecontext_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativecontext_p.h b/src/declarative/qml/qdeclarativecontext_p.h index 77a6d94..c7fb099 100644 --- a/src/declarative/qml/qdeclarativecontext_p.h +++ b/src/declarative/qml/qdeclarativecontext_p.h @@ -145,10 +145,8 @@ public: QObject *contextObject; // Any script blocks that exist on this context - QList<QScriptValue> scripts; QList<QScriptValue> importedScripts; void addImportedScript(const QDeclarativeParser::Object::ScriptBlock &script); - void addScript(const QDeclarativeParser::Object::ScriptBlock &script, QObject *scopeObject); // Context base url QUrl url; |