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:
Kai Koehne
2011-04-14 15:49:12 +02:00
parent c8aa3dc8d2
commit 20cb599b8c
6 changed files with 12 additions and 9 deletions

View File

@@ -39,7 +39,7 @@
#include <analyzerbase/analyzermanager.h>
#include <analyzerbase/analyzerconstants.h>
#include <private/qdeclarativedebugclient_p.h>
#include <qmljsdebugclient/qdeclarativedebugclient_p.h>
#include "timelineview.h"
#include "tracewindow.h"