aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-05-29 16:04:31 +0200
committerhjk <hjk@qt.io>2017-06-12 06:24:36 +0000
commit1a82bedc8b34db2a43e59f408cade6fe22f064b4 (patch)
tree7c2e3468f458b9febfe1871e9c126c11b3546368 /src/plugins/qmlprofiler/qmlprofilermodelmanager.h
parent8116cb39e114bf50ffa4917dbdedbb1bb06a51bb (diff)
QmlProfiler: Merge LocalQmlProfilerRunner and QmlProfilerRunner
Also streamline code paths in the result. Change-Id: Id7d96343a8f778ba8f415b1a850cc78576afa475 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilermodelmanager.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilermodelmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
index 91fc6b278cb..8cce222c513 100644
--- a/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
+++ b/src/plugins/qmlprofiler/qmlprofilermodelmanager.h
@@ -37,6 +37,8 @@
#include <QObject>
#include <functional>
+namespace ProjectExplorer { class RunConfiguration; }
+
namespace QmlProfiler {
class QmlProfilerModelManager;
class QmlProfilerNotesModel;