SSH: Add missing keyword.

This commit is contained in:
Christian Kandeler
2010-10-12 12:51:24 +02:00
parent d6cb965040
commit 335a95e5e0

View File

@@ -15,8 +15,8 @@ class CORE_EXPORT SshRemoteProcessRunner : public QObject
public: public:
typedef QSharedPointer<SshRemoteProcessRunner> Ptr; typedef QSharedPointer<SshRemoteProcessRunner> Ptr;
Ptr create(const SshConnectionParameters &params); static Ptr create(const SshConnectionParameters &params);
Ptr create(const SshConnection::Ptr &connection); static Ptr create(const SshConnection::Ptr &connection);
void run(const QByteArray &command); void run(const QByteArray &command);
QByteArray command() const; QByteArray command() const;