forked from qt-creator/qt-creator
QmlJsInspector: remove private header dependencies
A copy of the client debugging code is made in src/libs/qmljsdebugclient/ (this comes from the qt code from commit 65642dd343bf61) So the qmljsinspector plugin does not require anymore Qt private headers.
This commit is contained in:
@@ -29,7 +29,9 @@
|
||||
#ifndef QMLJSPRIVATEAPI_H
|
||||
#define QMLJSPRIVATEAPI_H
|
||||
|
||||
#include <private/qdeclarativedebug_p.h>
|
||||
#include <private/qdeclarativedebugclient_p.h>
|
||||
#include <qmljsdebugclient/qdeclarativedebug_p.h>
|
||||
#include <qmljsdebugclient/qdeclarativedebugclient_p.h>
|
||||
|
||||
using namespace QmlJsDebugClient;
|
||||
|
||||
#endif // QMLJSPRIVATEAPI_H
|
||||
|
||||
Reference in New Issue
Block a user