summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/deploymentsettingsassistant.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-02-07 14:13:56 +0100
committerChristian Kandeler <christian.kandeler@nokia.com>2012-02-08 14:47:26 +0100
commit53e2cbfb7ff15a41fbb84085ba98b03d067651b1 (patch)
tree14a1d378d75ad8f675533716ba90199e5b1385f9 /src/plugins/remotelinux/deploymentsettingsassistant.h
parent7e9e3a816f049d516aaa1f4a44aff2d43670e62a (diff)
downloadqt-creator-53e2cbfb7ff15a41fbb84085ba98b03d067651b1.tar.gz
RemoteLinux: Move some stuff into the new target base class.
All these things were always conceptually per-target, but due to not having a common target class we had to awkwardly implement the concept using shared pointers. Change-Id: I1bb1992a230a485d519a892a6ca602a6846fc3cf Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/deploymentsettingsassistant.h')
-rw-r--r--src/plugins/remotelinux/deploymentsettingsassistant.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/deploymentsettingsassistant.h b/src/plugins/remotelinux/deploymentsettingsassistant.h
index 4482154a1e..7dae9683dd 100644
--- a/src/plugins/remotelinux/deploymentsettingsassistant.h
+++ b/src/plugins/remotelinux/deploymentsettingsassistant.h
@@ -34,7 +34,6 @@
#include "remotelinux_export.h"
#include <QtCore/QObject>
-#include <QtCore/QSharedPointer>
#include <QtCore/QStringList>
namespace RemoteLinux {
@@ -51,8 +50,8 @@ class REMOTELINUX_EXPORT DeploymentSettingsAssistant : public QObject
Q_OBJECT
Q_DISABLE_COPY(DeploymentSettingsAssistant)
public:
- DeploymentSettingsAssistant(const QString &qmakeScope, const QString &iunstallPrefix,
- const QSharedPointer<DeploymentInfo> &deploymentInfo, QObject *parent = 0);
+ DeploymentSettingsAssistant(const QString &qmakeScope, const QString &installPrefix,
+ DeploymentInfo *deploymentInfo, QObject *parent = 0);
~DeploymentSettingsAssistant();
bool addDeployableToProFile(const DeployableFilesPerProFile *proFileInfo,