forked from qt-creator/qt-creator
SshRemoteProcessRunner: Remove unused command() method
Change-Id: If45ea80b892cb683aa3737dd73244fa4b669abc4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -185,7 +185,6 @@ void SshRemoteProcessRunner::setState(int newState)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QString SshRemoteProcessRunner::command() const { return d->m_command; }
|
|
||||||
QString SshRemoteProcessRunner::lastConnectionErrorString() const {
|
QString SshRemoteProcessRunner::lastConnectionErrorString() const {
|
||||||
return d->m_lastConnectionErrorString;
|
return d->m_lastConnectionErrorString;
|
||||||
}
|
}
|
||||||
|
@@ -40,7 +40,6 @@ public:
|
|||||||
~SshRemoteProcessRunner();
|
~SshRemoteProcessRunner();
|
||||||
|
|
||||||
void run(const QString &command, const SshConnectionParameters &sshParams);
|
void run(const QString &command, const SshConnectionParameters &sshParams);
|
||||||
QString command() const;
|
|
||||||
|
|
||||||
QString lastConnectionErrorString() const;
|
QString lastConnectionErrorString() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user