forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user