forked from qt-creator/qt-creator
QmlProfiler: Remove use of Qt private headers
Use the copy of QDeclarativeDebugClient we ship with qtcreator. However, since the internal one misses a waitForConnected any connection will right now fail.
This commit is contained in:
@@ -56,6 +56,8 @@
|
||||
|
||||
#define GAP_TIME 150
|
||||
|
||||
using QmlJsDebugClient::QDeclarativeDebugClient;
|
||||
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user