From cc3179ef0309cf6a3d4b33b9bff73c14614e391c Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Thu, 15 Jul 2010 15:14:47 +0200 Subject: [PATCH] qmljsinspector: remove unneeded declaration --- src/plugins/qmljsinspector/qmljsclientproxy.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/qmljsinspector/qmljsclientproxy.h b/src/plugins/qmljsinspector/qmljsclientproxy.h index fac72cf2ad0..8aca0546365 100644 --- a/src/plugins/qmljsinspector/qmljsclientproxy.h +++ b/src/plugins/qmljsinspector/qmljsclientproxy.h @@ -38,10 +38,6 @@ QT_FORWARD_DECLARE_CLASS(QDeclarativeEngineDebug) QT_FORWARD_DECLARE_CLASS(QDeclarativeDebugConnection) QT_FORWARD_DECLARE_CLASS(QDeclarativeDebugExpressionQuery) -namespace Debugger { - class DebuggerRunControl; -} - namespace QmlJSInspector { namespace Internal { -- GitLab