QmlProfiler: Merge LocalQmlProfilerRunner and QmlProfilerRunner

Also streamline code paths in the result.

Change-Id: Id7d96343a8f778ba8f415b1a850cc78576afa475
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-05-29 16:04:31 +02:00
parent 8116cb39e1
commit 1a82bedc8b
14 changed files with 225 additions and 343 deletions

View File

@@ -25,8 +25,9 @@
#include "qmlprofilertextmark.h"
#include "qmlprofilerconstants.h"
#include <QPainter>
#include <QLabel>
#include <QLayout>
#include <QPainter>
namespace QmlProfiler {
namespace Internal {