summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-08-05 03:24:43 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-08-05 03:24:43 (GMT)
commit2995f6eee6f718487c5f982c23cc6a4318fc58bb (patch)
tree8dd8eb461f49d04e4254b2fee5f6ef03bf6c1661 /src/declarative/qml/qmlexpression.h
parentb8d8ae2dc5be1a90b65faeb94ca188beda46dc1e (diff)
downloadQt-2995f6eee6f718487c5f982c23cc6a4318fc58bb.zip
Qt-2995f6eee6f718487c5f982c23cc6a4318fc58bb.tar.gz
Qt-2995f6eee6f718487c5f982c23cc6a4318fc58bb.tar.bz2
Remove unnecessary friend
Diffstat (limited to 'src/declarative/qml/qmlexpression.h')
-rw-r--r--src/declarative/qml/qmlexpression.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlexpression.h b/src/declarative/qml/qmlexpression.h
index d5f0cbb..c295a1c 100644
--- a/src/declarative/qml/qmlexpression.h
+++ b/src/declarative/qml/qmlexpression.h
@@ -97,7 +97,6 @@ private Q_SLOTS:
private:
Q_DECLARE_PRIVATE(QmlExpression)
- friend class QmlExpressionBindProxy;
friend class QmlDebugger;
friend class QmlContext;
};