From 335a95e5e0b9962c6bf8b3f5a6144253bf5a1d06 Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@nokia.com> Date: Tue, 12 Oct 2010 12:51:24 +0200 Subject: [PATCH] SSH: Add missing keyword. --- src/plugins/coreplugin/ssh/sshremoteprocessrunner.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h b/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h index c2545971fe6..c55b08aa1c3 100644 --- a/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h +++ b/src/plugins/coreplugin/ssh/sshremoteprocessrunner.h @@ -15,8 +15,8 @@ class CORE_EXPORT SshRemoteProcessRunner : public QObject public: typedef QSharedPointer<SshRemoteProcessRunner> Ptr; - Ptr create(const SshConnectionParameters ¶ms); - Ptr create(const SshConnection::Ptr &connection); + static Ptr create(const SshConnectionParameters ¶ms); + static Ptr create(const SshConnection::Ptr &connection); void run(const QByteArray &command); QByteArray command() const; -- GitLab