forked from qt-creator/qt-creator
Deploy steps: Introduce SimpleBuildStepConfigWidget.
This simplifies some deploy steps and replaces RemoteLinuxDeployStepWidget. Change-Id: I4ad82c498cee0f15e1c93bf915cd48355017eb84 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Paweł Polański <pawel.3.polanski@nokia.com>
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
|
||||
#include "abstractremotelinuxdeployservice.h"
|
||||
#include "remotelinuxdeployconfiguration.h"
|
||||
#include "remotelinuxdeploystepwidget.h"
|
||||
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/target.h>
|
||||
@@ -115,7 +114,7 @@ void AbstractRemoteLinuxDeployStep::cancel()
|
||||
|
||||
BuildStepConfigWidget *AbstractRemoteLinuxDeployStep::createConfigWidget()
|
||||
{
|
||||
return new RemoteLinuxDeployStepWidget(this);
|
||||
return new SimpleBuildStepConfigWidget(this);
|
||||
}
|
||||
|
||||
RemoteLinuxDeployConfiguration *AbstractRemoteLinuxDeployStep::deployConfiguration() const
|
||||
|
||||
Reference in New Issue
Block a user