summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-08-18 09:52:50 +0200
committerhjk <hjk@qt.io>2017-08-18 09:11:42 +0000
commit5b6c4f63b0110f55669c6d5a210c437c2f176bea (patch)
tree7f77b01df48d1759896f8cd4ed9480954cf4cd16 /src/plugins/remotelinux
parentcf1edc1fb536287c1cb9760014c5dab9690bbf6a (diff)
downloadqt-creator-5b6c4f63b0110f55669c6d5a210c437c2f176bea.tar.gz
RemoteLinux: Remove RemoteLinuxQmlProfilerSupport::m_outputParser
It's not necessary and not used anymore. Change-Id: Ibf5f8b691a0228b90c045154dd98ee83d4300861 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/remotelinux')
-rw-r--r--src/plugins/remotelinux/remotelinuxanalyzesupport.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/remotelinux/remotelinuxanalyzesupport.h b/src/plugins/remotelinux/remotelinuxanalyzesupport.h
index 6684753333..7735b7dbb1 100644
--- a/src/plugins/remotelinux/remotelinuxanalyzesupport.h
+++ b/src/plugins/remotelinux/remotelinuxanalyzesupport.h
@@ -30,10 +30,6 @@
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <projectexplorer/runconfiguration.h>
-#include <utils/outputformat.h>
-
-#include <qmldebug/qmloutputparser.h>
-
namespace RemoteLinux {
class REMOTELINUX_EXPORT RemoteLinuxQmlProfilerSupport
@@ -47,7 +43,6 @@ public:
private:
void start() override;
- QmlDebug::QmlOutputParser m_outputParser;
ProjectExplorer::PortsGatherer *m_portsGatherer;
ProjectExplorer::RunWorker *m_profiler;
};