From dd3983655c40a6c8879b8980d41a0cd2b7612da9 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Fri, 2 Sep 2011 18:05:29 +0200 Subject: [PATCH] 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 Reviewed-by: Kai Koehne --- src/declarative/qml/v8/qv8engine_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/declarative/qml/v8/qv8engine_p.h b/src/declarative/qml/v8/qv8engine_p.h index ab4da42..6f09e97 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 -- 2.7.4