QmlJSDebugClient: Move QmlProfilerTraceClient into library

Change-Id: I1c0821778a3350ec55741b45680fca2cb1fed3aa
Reviewed-on: http://codereview.qt.nokia.com/2680
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Kai Koehne
2011-08-05 11:12:27 +02:00
parent 4cd119a985
commit 687a60065a
9 changed files with 26 additions and 26 deletions

View File

@@ -33,9 +33,9 @@
#include "tracewindow.h"
#include "qmlprofilerplugin.h"
#include "qmlprofilertraceclient.h"
#include <qmljsdebugclient/qdeclarativedebugclient.h>
#include <qmljsdebugclient/qmlprofilertraceclient.h>
#include <utils/styledbar.h>
#include <QtDeclarative/QDeclarativeView>
@@ -44,6 +44,8 @@
#include <QtGui/QToolButton>
#include <QtGui/QGraphicsObject>
using namespace QmlJsDebugClient;
namespace QmlProfiler {
namespace Internal {
@@ -112,7 +114,7 @@ TraceWindow::~TraceWindow()
delete m_plugin.data();
}
void TraceWindow::reset(QmlJsDebugClient::QDeclarativeDebugConnection *conn)
void TraceWindow::reset(QDeclarativeDebugConnection *conn)
{
if (m_plugin)
disconnect(m_plugin.data(), SIGNAL(complete()), this, SIGNAL(viewUpdated()));