QmlProfiler: remove dependency on QmlProjectManager

Change-Id: I6c13ce1636bbaf201602e4a9473aca4f9953d1cb
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Aurindam Jana
2013-10-15 16:46:35 +02:00
committed by hjk
parent 612528a9f8
commit 37f90fd63f
4 changed files with 31 additions and 5 deletions

View File

@@ -44,7 +44,6 @@
#include "canvas/qdeclarativecontext2d_p.h"
#include "canvas/qmlprofilercanvas.h"
#include <qmlprojectmanager/qmlprojectrunconfiguration.h>
#include <utils/fancymainwindow.h>
#include <utils/fileinprojectfinder.h>
#include <utils/qtcassert.h>
@@ -89,7 +88,6 @@ using namespace QmlProfiler::Internal;
using namespace QmlProfiler::Constants;
using namespace QmlDebug;
using namespace ProjectExplorer;
using namespace QmlProjectManager;
class QmlProfilerTool::QmlProfilerToolPrivate
{