Maemo: Use new SSH convenience class for fetching device environment.

This commit is contained in:
Christian Kandeler
2010-10-22 13:52:50 +02:00
parent ee53546d8e
commit 83255c08d5
2 changed files with 35 additions and 57 deletions

View File

@@ -42,8 +42,7 @@
#include <QtCore/QObject>
namespace Core {
class SshConnection;
class SshRemoteProcess;
class SshRemoteProcessRunner;
}
namespace Qt4ProjectManager {
@@ -68,7 +67,6 @@ signals:
void error(const QString &error);
private slots:
void executeRemoteCall();
void handleConnectionFailure();
void handleCurrentDeviceConfigChanged();
@@ -85,8 +83,7 @@ private:
Utils::Environment m_env;
MaemoDeviceConfig m_devConfig;
MaemoRunConfiguration *m_runConfig;
QSharedPointer<Core::SshConnection> m_connection;
QSharedPointer<Core::SshRemoteProcess> m_remoteProcess;
QSharedPointer<Core::SshRemoteProcessRunner> m_remoteProcessRunner;
};
} // Internal