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