forked from qt-creator/qt-creator
Fix compilation with namespaced Qt.
This commit is contained in:
@@ -37,12 +37,10 @@
|
|||||||
|
|
||||||
#include <QtNetwork/QAbstractSocket>
|
#include <QtNetwork/QAbstractSocket>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
|
||||||
namespace QmlJsDebugClient {
|
namespace QmlJsDebugClient {
|
||||||
class QDeclarativeEngineDebug;
|
class QDeclarativeEngineDebug;
|
||||||
class QDeclarativeDebugConnection;
|
class QDeclarativeDebugConnection;
|
||||||
}
|
}
|
||||||
QT_END_NAMESPACE
|
|
||||||
|
|
||||||
namespace Debugger {
|
namespace Debugger {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user