Remove friend class QV8DebugService from QV8Engine.
authorAurindam Jana <aurindam.jana@nokia.com>
Fri, 2 Sep 2011 16:05:29 +0000 (18:05 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 5 Sep 2011 12:37:19 +0000 (14:37 +0200)
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>
src/declarative/qml/v8/qv8engine_p.h

index ab4da42..6f09e97 100644 (file)
@@ -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