aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8engine_p.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-09-02 18:05:29 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-05 14:37:19 +0200
commitdd3983655c40a6c8879b8980d41a0cd2b7612da9 (patch)
tree9e45f23162d81daf7fcfcac7ea01dfe16a1e61a3 /src/declarative/qml/v8/qv8engine_p.h
parentd4289798cb2eca6d38ee9e978192b3156d07edd8 (diff)
Remove friend class QV8DebugService from QV8Engine.
The friend class is now redundant since QVDebugService now uses only public methods of QV8Engine. Change-Id: I492555d75bcbe08f921c5f2c3d634c691ed1223c Reviewed-on: http://codereview.qt.nokia.com/4151 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/declarative/qml/v8/qv8engine_p.h')
-rw-r--r--src/declarative/qml/v8/qv8engine_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/v8/qv8engine_p.h b/src/declarative/qml/v8/qv8engine_p.h
index ab4da423ee..6f09e977d5 100644
--- a/src/declarative/qml/v8/qv8engine_p.h
+++ b/src/declarative/qml/v8/qv8engine_p.h
@@ -470,7 +470,6 @@ private:
ValueIteratorList m_valueIterators;
Q_DISABLE_COPY(QV8Engine)
- friend class QV8DebugService;
};
// Allocate a new Persistent handle. *ALL* persistent handles in QML must be allocated