aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-09-13 15:48:16 +0200
committerhjk <hjk@qt.io>2018-09-18 06:13:21 +0000
commitd421bc2fe3760c0dacb34da528aaa50b8f85217c (patch)
tree0fd58bc4a9bf73941a68033fe5007d522e74640e /src/plugins/qmlprofiler
parentd9275913d308193bc610749067cb034310b6510c (diff)
ProjectExplorer: Split IRunConfigurationAspect
... into items that can be used generically in project configurations (ProjectConfigurationAspect) and items that have a choice between global and project settings (GlobalOrProjectAspect) Change-Id: I94831237bdbb18c339eb76eba131bf7f928933d6 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerrunconfigurationaspect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerrunconfigurationaspect.h b/src/plugins/qmlprofiler/qmlprofilerrunconfigurationaspect.h
index 7a175d31d2..fb281a77b3 100644
--- a/src/plugins/qmlprofiler/qmlprofilerrunconfigurationaspect.h
+++ b/src/plugins/qmlprofiler/qmlprofilerrunconfigurationaspect.h
@@ -30,7 +30,7 @@
namespace QmlProfiler {
namespace Internal {
-class QmlProfilerRunConfigurationAspect : public ProjectExplorer::IRunConfigurationAspect
+class QmlProfilerRunConfigurationAspect : public ProjectExplorer::GlobalOrProjectAspect
{
public:
QmlProfilerRunConfigurationAspect(ProjectExplorer::Target *);