Maemo: Saner approach to remote mounting.

This commit is contained in:
Christian Kandeler
2010-08-19 17:03:36 +02:00
parent f997de49ff
commit 23c89c6ec2
3 changed files with 37 additions and 91 deletions

View File

@@ -330,6 +330,8 @@ void MaemoDeployStep::handleConnected()
Q_ASSERT(!m_currentDeployAction);
Q_ASSERT(!m_needsInstall);
Q_ASSERT(m_filesToCopy.isEmpty());
// TODO: Move this step up. We don't have to be connected to find out
// whether we need to deploy.
const MaemoPackageCreationStep * const pStep = packagingStep();
const QString hostName = m_connection->connectionParameters().host;
if (pStep->isPackagingEnabled()) {