forked from qt-creator/qt-creator
Move SSH support into a dedicated library.
It does not belong into libUtils, which is a collection of small unrelated utility classes. Task-number: QTCREATORBUG-7218 Change-Id: Id92b9f28678afec93e6f07166adfde6550f38072 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include <analyzerbase/analyzerconstants.h>
|
||||
|
||||
#include <utils/outputformat.h>
|
||||
#include <utils/ssh/sshconnection.h>
|
||||
#include <ssh/sshconnection.h>
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
@@ -76,8 +76,8 @@ public:
|
||||
void setStartMode(Analyzer::StartMode startMode);
|
||||
Analyzer::StartMode startMode() const;
|
||||
|
||||
void setConnectionParameters(const Utils::SshConnectionParameters &connParams);
|
||||
const Utils::SshConnectionParameters &connectionParameters() const;
|
||||
void setConnectionParameters(const QSsh::SshConnectionParameters &connParams);
|
||||
const QSsh::SshConnectionParameters &connectionParameters() const;
|
||||
|
||||
void waitForFinished() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user