summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrind
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-12-27 10:20:07 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-01-03 12:33:52 +0000
commit3ac6e7aaa3a3e2dfdee0fc4a107cda3c41e4c496 (patch)
tree16560165ba6f8e8eaed787658fb9878da05ea8fa /src/plugins/valgrind/callgrind
parent09e4e7ff28a84d028a078be29d0d2d988121c8c7 (diff)
downloadqt-creator-3ac6e7aaa3a3e2dfdee0fc4a107cda3c41e4c496.tar.gz
Remove unneeded SshConnection member
Change-Id: I8c4d3af7c183fa0bcc4d80f7bdb64acc7c745e73 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/valgrind/callgrind')
-rw-r--r--src/plugins/valgrind/callgrind/callgrindcontroller.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/valgrind/callgrind/callgrindcontroller.h b/src/plugins/valgrind/callgrind/callgrindcontroller.h
index def88ffda2..848c2ba2b6 100644
--- a/src/plugins/valgrind/callgrind/callgrindcontroller.h
+++ b/src/plugins/valgrind/callgrind/callgrindcontroller.h
@@ -25,8 +25,8 @@
#pragma once
+#include <ssh/sftpdefs.h>
#include <ssh/sshremoteprocess.h>
-#include <ssh/sshconnection.h>
#include <projectexplorer/runcontrol.h>
@@ -86,7 +86,6 @@ private:
Option m_lastOption = Unknown;
// remote callgrind support
- QSsh::SshConnection *m_ssh = nullptr;
Utils::FilePath m_valgrindOutputFile; // On the device that runs valgrind
Utils::FilePath m_hostOutputFile; // On the device that runs creator
QSsh::SftpSessionPtr m_sftp;