diff options
Diffstat (limited to 'src/plugins/remotelinux/deploymentinfo.h')
-rw-r--r-- | src/plugins/remotelinux/deploymentinfo.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/plugins/remotelinux/deploymentinfo.h b/src/plugins/remotelinux/deploymentinfo.h index fffa093ac03..a7cb01bb07c 100644 --- a/src/plugins/remotelinux/deploymentinfo.h +++ b/src/plugins/remotelinux/deploymentinfo.h @@ -36,10 +36,13 @@ #include <QAbstractListModel> -namespace Qt4ProjectManager { class Qt4ProFileNode; } +namespace ProjectExplorer { class Target; } +namespace Qt4ProjectManager { +class Qt4ProFileNode; +class Qt4Project; +} // namespace Qt4ProjectManager namespace RemoteLinux { -class AbstractEmbeddedLinuxTarget; class DeployableFile; class DeployableFilesPerProFile; @@ -51,7 +54,7 @@ class REMOTELINUX_EXPORT DeploymentInfo : public QAbstractListModel { Q_OBJECT public: - DeploymentInfo(AbstractEmbeddedLinuxTarget *target, const QString &installPrefix = QString()); + DeploymentInfo(Qt4ProjectManager::Qt4Project *project, const QString &installPrefix = QString()); ~DeploymentInfo(); void setUnmodified(); |