summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@nokia.com>2012-01-09 16:23:40 +0100
committerNikolai Kosjar <nikolai.kosjar@nokia.com>2012-01-11 16:02:19 +0100
commitf75abb341ecd6f7f11a9b9ae01605135f3953ca3 (patch)
tree1bc0a8db566fc0e9bf61db9cdf9a3b9c4552aa08 /src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp
parent2d88b3d90584016bf603b659cbeeff4624f547e5 (diff)
downloadqt-creator-f75abb341ecd6f7f11a9b9ae01605135f3953ca3.tar.gz
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>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxcustomcommanddeploymentstep.cpp4
1 files changed, 1 insertions, 3 deletions
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 <QtCore/QString>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
@@ -80,7 +78,7 @@ private:
AbstractRemoteLinuxCustomCommandDeploymentStep * const m_step;
QLineEdit m_commandLineEdit;
- RemoteLinuxDeployStepWidget m_widget;
+ SimpleBuildStepConfigWidget m_widget;
};
} // anonymous namespace