Move model and view for deployment data into ProjectExplorer.

These classes currently live in the RemoteLinux plugin, but there is
nothing Linux-specific about them. Adapt the class and file names
accordingly.

Change-Id: If1936265cf83afaef9e14bbb0f54ede5e054e76a
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Christian Kandeler
2014-03-27 18:00:55 +01:00
parent 579f7e390b
commit 9d1124cb45
10 changed files with 64 additions and 73 deletions

View File

@@ -28,7 +28,7 @@
****************************************************************************/
#include "remotelinuxdeployconfiguration.h"
#include "remotelinuxdeployconfigurationwidget.h"
#include <projectexplorer/deploymentdataview.h>
using namespace ProjectExplorer;
@@ -50,7 +50,7 @@ RemoteLinuxDeployConfiguration::RemoteLinuxDeployConfiguration(ProjectExplorer::
NamedWidget *RemoteLinuxDeployConfiguration::createConfigWidget()
{
return new RemoteLinuxDeployConfigurationWidget(this);
return new DeploymentDataView(target());
}
} // namespace RemoteLinux