summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-07-15 15:14:47 +0200
committerhjk <qtc-committer@nokia.com>2010-07-15 15:14:47 +0200
commitcc3179ef0309cf6a3d4b33b9bff73c14614e391c (patch)
treedcdf0a2bfe901f64d64f1ae92c5d13308887f099 /src
parent0700dec27536ec24afcfb0d863e9e01ecd34ade9 (diff)
downloadqt-creator-cc3179ef0309cf6a3d4b33b9bff73c14614e391c.tar.gz
qmljsinspector: remove unneeded declaration
Diffstat (limited to 'src')
-rw-r--r--src/plugins/qmljsinspector/qmljsclientproxy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qmljsinspector/qmljsclientproxy.h b/src/plugins/qmljsinspector/qmljsclientproxy.h
index fac72cf2ad..8aca054636 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 {