summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/abstractremotelinuxdeploystep.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-11-22 18:17:07 +0100
committerChristian Kandeler <christian.kandeler@nokia.com>2011-11-22 18:22:23 +0100
commit5211256549d4ece7d40d883d0e52e49a72c2f477 (patch)
tree6922eb448254cea328275be44ef718586234361e /src/plugins/remotelinux/abstractremotelinuxdeploystep.h
parentc43415e4ea6b52fa7d026ce076346ee2218eafef (diff)
downloadqt-creator-5211256549d4ece7d40d883d0e52e49a72c2f477.tar.gz
RemoteLinux: Don't make presence of device an absolute prerequisite ...
... for deployment and running. Rationale: An emulator might get started on-demand during deployment and get auto-detected in the process. Change-Id: Id95ccccbf4d570f9fa69a6ed3a8a473fd63c5968 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/abstractremotelinuxdeploystep.h')
-rw-r--r--src/plugins/remotelinux/abstractremotelinuxdeploystep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/abstractremotelinuxdeploystep.h b/src/plugins/remotelinux/abstractremotelinuxdeploystep.h
index 96fe6b316f..fa4e8323ed 100644
--- a/src/plugins/remotelinux/abstractremotelinuxdeploystep.h
+++ b/src/plugins/remotelinux/abstractremotelinuxdeploystep.h
@@ -67,7 +67,7 @@ protected:
AbstractRemoteLinuxDeployStep(ProjectExplorer::BuildStepList *bsl,
AbstractRemoteLinuxDeployStep *other);
- virtual bool isDeploymentPossible(QString *whyNot = 0) const;
+ virtual bool isDeploymentPossible(QString *whyNot = 0) const = 0;
private slots:
void handleProgressMessage(const QString &message);