diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-27 01:26:12 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-27 01:27:21 (GMT) |
commit | 6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95 (patch) | |
tree | d14e4129940b5c584993ad9929b4d55500cf9a8c /src/declarative/qml/qmlcontext.h | |
parent | 167cbed98b5d9fadbe5d6f506e3937a25e7189b1 (diff) | |
download | Qt-6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95.zip Qt-6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95.tar.gz Qt-6f1d4e8bdd9a11a4d35c8386e0c7e236bcfebd95.tar.bz2 |
Harden binding optimizer
Diffstat (limited to 'src/declarative/qml/qmlcontext.h')
-rw-r--r-- | src/declarative/qml/qmlcontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext.h b/src/declarative/qml/qmlcontext.h index 7547004..bf389a0 100644 --- a/src/declarative/qml/qmlcontext.h +++ b/src/declarative/qml/qmlcontext.h @@ -88,7 +88,6 @@ private: friend class QmlEnginePrivate; friend class QmlExpression; friend class QmlExpressionPrivate; - friend class QmlBasicScript; friend class QmlContextScriptClass; friend class QmlObjectScriptClass; friend class QmlComponent; |