diff --git a/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp b/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp index 39770f18152..f009a994296 100644 --- a/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp +++ b/src/plugins/qmlprofiler/qmlprofilerruncontrol.cpp @@ -304,6 +304,8 @@ LocalQmlProfilerSupport::LocalQmlProfilerSupport(RunControl *runControl) LocalQmlProfilerSupport::LocalQmlProfilerSupport(RunControl *runControl, const QUrl &serverUrl) : RunWorker(runControl) { + setDisplayName("LocalQmlProfilerSupport"); + m_profiler = new QmlProfilerRunner(runControl); m_profiler->setServerUrl(serverUrl); m_profiler->addDependency(this);