Fix compilation with namespaced Qt.

This commit is contained in:
Christian Kandeler
2010-09-13 15:27:57 +02:00
parent 992a3ec4dc
commit ee4f4003d5

View File

@@ -37,12 +37,10 @@
#include <QtNetwork/QAbstractSocket>
QT_BEGIN_NAMESPACE
namespace QmlJsDebugClient {
class QDeclarativeEngineDebug;
class QDeclarativeDebugConnection;
}
QT_END_NAMESPACE
namespace Debugger {