aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-09-09 14:24:30 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2011-09-09 14:27:22 +0200
commit248654873a93ceafbff0f1032ab90fd1d3d316b2 (patch)
tree32f23bcc4ec89378973990739c59a06978801db1 /src/plugins/remotelinux/genericdirectuploadstep.h
parent81689c9f56f87a64085b8e18c866f14dbf42e9e5 (diff)
RemoteLinux: Make GenericDirectUploadStep extensible.
Change-Id: I2f201145dbfcd152a7d5624554d66dc17a91352c Reviewed-on: http://codereview.qt-project.org/4539 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/genericdirectuploadstep.h')
-rw-r--r--src/plugins/remotelinux/genericdirectuploadstep.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/genericdirectuploadstep.h b/src/plugins/remotelinux/genericdirectuploadstep.h
index b904cb1c6c1..75604290a1e 100644
--- a/src/plugins/remotelinux/genericdirectuploadstep.h
+++ b/src/plugins/remotelinux/genericdirectuploadstep.h
@@ -32,7 +32,8 @@
#ifndef DIRECTUPLOADSTEP_H
#define DIRECTUPLOADSTEP_H
-#include <abstractremotelinuxdeploystep.h>
+#include "abstractremotelinuxdeploystep.h"
+#include "genericdirectuploadservice.h"
#include "remotelinux_export.h"
namespace RemoteLinux {
@@ -59,7 +60,7 @@ public:
static QString displayName();
private:
- AbstractRemoteLinuxDeployService *deployService() const;
+ GenericDirectUploadService *deployService() const;
bool fromMap(const QVariantMap &map);
QVariantMap toMap() const;