summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/qnxanalyzesupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx/qnxanalyzesupport.h')
-rw-r--r--src/plugins/qnx/qnxanalyzesupport.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/qnx/qnxanalyzesupport.h b/src/plugins/qnx/qnxanalyzesupport.h
index 9fbd11d0fe..415459e3c1 100644
--- a/src/plugins/qnx/qnxanalyzesupport.h
+++ b/src/plugins/qnx/qnxanalyzesupport.h
@@ -25,12 +25,13 @@
#pragma once
+#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <projectexplorer/runconfiguration.h>
namespace Qnx {
namespace Internal {
-class QnxQmlProfilerSupport : public ProjectExplorer::RunWorker
+class QnxQmlProfilerSupport : public ProjectExplorer::SimpleTargetRunner
{
Q_OBJECT
@@ -39,6 +40,9 @@ public:
private:
void start() override;
+
+ ProjectExplorer::PortsGatherer *m_portsGatherer;
+ ProjectExplorer::RunWorker *m_profiler;
};
} // namespace Internal