summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilerruncontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilerruncontrol.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilerruncontrol.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilerruncontrol.h b/src/plugins/qmlprofiler/qmlprofilerruncontrol.h
index 749d7a2241..de423c7e77 100644
--- a/src/plugins/qmlprofiler/qmlprofilerruncontrol.h
+++ b/src/plugins/qmlprofiler/qmlprofilerruncontrol.h
@@ -63,7 +63,7 @@ private:
QmlProfilerRunnerPrivate *d;
};
-class LocalQmlProfilerSupport : public ProjectExplorer::RunWorker
+class LocalQmlProfilerSupport : public ProjectExplorer::SimpleTargetRunner
{
Q_OBJECT
@@ -72,15 +72,7 @@ public:
LocalQmlProfilerSupport(ProjectExplorer::RunControl *runControl,
const QUrl &serverUrl);
- void start() override;
- void stop() override;
-
-signals:
- void localRunnerStarted();
- void localRunnerStopped();
-
private:
- ProjectExplorer::SimpleTargetRunner *m_profilee;
QmlProfilerRunner *m_profiler;
};