diff options
Diffstat (limited to 'src/plugins/remotelinux/maemodeploybymountsteps.cpp')
-rw-r--r-- | src/plugins/remotelinux/maemodeploybymountsteps.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/maemodeploybymountsteps.cpp b/src/plugins/remotelinux/maemodeploybymountsteps.cpp index 1a7265d210..342ed2e496 100644 --- a/src/plugins/remotelinux/maemodeploybymountsteps.cpp +++ b/src/plugins/remotelinux/maemodeploybymountsteps.cpp @@ -47,8 +47,8 @@ #include <remotelinux/deployablefile.h> #include <remotelinux/deploymentinfo.h> #include <remotelinux/linuxdeviceconfiguration.h> - #include <utils/qtcassert.h> +#include <utils/ssh/sshconnection.h> #include <QtCore/QFileInfo> #include <QtCore/QList> @@ -156,7 +156,7 @@ void AbstractMaemoDeployByMountService::doDeviceSetup() { QTC_ASSERT(m_state == Inactive, return); - if (deviceConfiguration()->type() == LinuxDeviceConfiguration::Physical) { + if (deviceConfiguration()->deviceType() == LinuxDeviceConfiguration::Hardware) { handleDeviceSetupDone(true); return; } |