From f75abb341ecd6f7f11a9b9ae01605135f3953ca3 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Mon, 9 Jan 2012 16:23:40 +0100 Subject: Deploy steps: Introduce SimpleBuildStepConfigWidget. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This simplifies some deploy steps and replaces RemoteLinuxDeployStepWidget. Change-Id: I4ad82c498cee0f15e1c93bf915cd48355017eb84 Reviewed-by: Daniel Teske Reviewed-by: Christian Kandeler Reviewed-by: Paweł Polański --- src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp') diff --git a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp index 0798243f85..a05c0b64df 100644 --- a/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp +++ b/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp @@ -31,8 +31,6 @@ **************************************************************************/ #include "remotelinuxcustomcommanddeploymentstep.h" -#include "remotelinuxdeploystepwidget.h" - #include #include #include @@ -80,7 +78,7 @@ private: AbstractRemoteLinuxCustomCommandDeploymentStep * const m_step; QLineEdit m_commandLineEdit; - RemoteLinuxDeployStepWidget m_widget; + SimpleBuildStepConfigWidget m_widget; }; } // anonymous namespace -- cgit v1.2.1