Skip to content
Snippets Groups Projects
Commit ee4f4003 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Fix compilation with namespaced Qt.

parent 992a3ec4
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,10 @@
#include <QtNetwork/QAbstractSocket>
QT_BEGIN_NAMESPACE
namespace QmlJsDebugClient {
class QDeclarativeEngineDebug;
class QDeclarativeDebugConnection;
}
QT_END_NAMESPACE
namespace Debugger {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment