diff options
Diffstat (limited to 'debuggee/qscriptdebuggerconnector.h')
| -rw-r--r-- | debuggee/qscriptdebuggerconnector.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/debuggee/qscriptdebuggerconnector.h b/debuggee/qscriptdebuggerconnector.h index b135ef5..67de9cc 100644 --- a/debuggee/qscriptdebuggerconnector.h +++ b/debuggee/qscriptdebuggerconnector.h @@ -1,29 +1,13 @@ -/**************************************************************************** -** -** Copyright (C) 2007-$THISYEAR$ $TROLLTECH$. All rights reserved. -** -** This file is part of the Qt Script Debug project on Trolltech Labs. -** -** $TROLLTECH_GPL_LICENSE$ -** -** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -** -****************************************************************************/ - #ifndef QSCRIPTDEBUGGERCONNECTOR_H #define QSCRIPTDEBUGGERCONNECTOR_H #include <QtCore/qobject.h> #include <QtNetwork/qhostaddress.h> -#include <QtNetwork/qabstractsocket.h> +//#include <QtNetwork/qabstractsocket.h> class QScriptEngine; class QScriptRemoteTargetDebuggerBackend; -class QScriptValue; -class QTcpSocket; -class QTcpServer; class QScriptDebuggerConnector : public QObject { |
