aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontext.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2012-03-21 16:28:32 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-26 07:24:29 +0200
commitfa3ef5376acc69b147718f49eddb842fdd5d2dd2 (patch)
treea9757d4739982ca784053142e1312acc1064727a /src/qml/qml/qqmlcontext.h
parenta329f246c02e2579f6a559c05240f63f0b5d5d3c (diff)
Use QQmlAbstractBoundSignal where appropriate.
Prepare for the addition of another subclass. Change-Id: I340f735503e661d9d735f3316a065f807294921b Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'src/qml/qml/qqmlcontext.h')
-rw-r--r--src/qml/qml/qqmlcontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcontext.h b/src/qml/qml/qqmlcontext.h
index f6d8aa1d3a..4b11095ec2 100644
--- a/src/qml/qml/qqmlcontext.h
+++ b/src/qml/qml/qqmlcontext.h
@@ -98,7 +98,6 @@ private:
friend class QQmlComponent;
friend class QQmlComponentPrivate;
friend class QQmlScriptPrivate;
- friend class QQmlBoundSignalProxy;
friend class QQmlContextData;
QQmlContext(QQmlContextData *);
QQmlContext(QQmlEngine *, bool);