aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshremoteprocessrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ssh/sshremoteprocessrunner.h')
-rw-r--r--src/libs/ssh/sshremoteprocessrunner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/ssh/sshremoteprocessrunner.h b/src/libs/ssh/sshremoteprocessrunner.h
index 082f30ed57..5b3f1b05b4 100644
--- a/src/libs/ssh/sshremoteprocessrunner.h
+++ b/src/libs/ssh/sshremoteprocessrunner.h
@@ -36,7 +36,7 @@ class QSSH_EXPORT SshRemoteProcessRunner : public QObject
Q_OBJECT
public:
- SshRemoteProcessRunner(QObject *parent = 0);
+ SshRemoteProcessRunner(QObject *parent = nullptr);
~SshRemoteProcessRunner();
void run(const QString &command, const SshConnectionParameters &sshParams);