Maemo: Better reporting of SSH timeouts, additional unmount step.

This commit is contained in:
Christian Kandeler
2010-08-17 10:47:36 +02:00
parent 2c5e3f1f69
commit 90dea9d645
7 changed files with 57 additions and 30 deletions

View File

@@ -83,6 +83,7 @@ public:
const MaemoDeployable &deployable) const;
void setDeployed(const QString &host, const MaemoDeployable &deployable);
MaemoDeployables *deployables() const { return m_deployables; }
QSharedPointer<Core::SshConnection> sshConnection() const { return m_connection; }
signals:
void done();