diff --git a/src/plugins/projectexplorer/processstep.cpp b/src/plugins/projectexplorer/processstep.cpp
index a171369c559..a4bda97d312 100644
--- a/src/plugins/projectexplorer/processstep.cpp
+++ b/src/plugins/projectexplorer/processstep.cpp
@@ -143,11 +143,6 @@ ProcessStepConfigWidget::ProcessStepConfigWidget(ProcessStep *step)
this, SLOT(commandArgumentsLineEditTextEdited()));
connect(m_ui.enabledCheckBox, SIGNAL(clicked(bool)),
this, SLOT(enabledCheckBoxClicked(bool)));
-
- connect(m_ui.detailsButton, SIGNAL(clicked()),
- this, SLOT(toggleDetails()));
-
- m_ui.detailsWidget->setVisible(false);
}
void ProcessStepConfigWidget::updateDetails()
@@ -159,11 +154,6 @@ void ProcessStepConfigWidget::updateDetails()
emit updateSummary();
}
-void ProcessStepConfigWidget::toggleDetails()
-{
- m_ui.detailsWidget->setVisible(!m_ui.detailsWidget->isVisible());
-}
-
QString ProcessStepConfigWidget::displayName() const
{
return m_step->name();
diff --git a/src/plugins/projectexplorer/processstep.h b/src/plugins/projectexplorer/processstep.h
index da444d1e253..eddfda18b5d 100644
--- a/src/plugins/projectexplorer/processstep.h
+++ b/src/plugins/projectexplorer/processstep.h
@@ -81,7 +81,6 @@ private slots:
void workingDirectoryLineEditTextEdited();
void commandArgumentsLineEditTextEdited();
void enabledCheckBoxClicked(bool);
- void toggleDetails();
private:
void updateDetails();
QString m_buildConfiguration;
diff --git a/src/plugins/projectexplorer/processstep.ui b/src/plugins/projectexplorer/processstep.ui
index 19264f81a42..ed01c90aecc 100644
--- a/src/plugins/projectexplorer/processstep.ui
+++ b/src/plugins/projectexplorer/processstep.ui
@@ -10,91 +10,61 @@
154
-
-
- 0
-
- -
-
-
-
-
-
- Custom Process:
-
-
-
- -
-
-
- Details
-
-
-
-
-
- -
-
-
-
- 0
-
-
-
-
-
- Enable Custom Process Step
-
-
-
- -
-
-
-
-
-
-
- -
-
-
- Name:
-
-
-
- -
-
-
- -
-
-
- Command:
-
-
-
- -
-
-
- -
-
-
- Working Directory:
-
-
-
- -
-
-
- -
-
-
- Command Arguments:
-
-
-
- -
-
-
-
+
+ -
+
+
+ Enable Custom Process Step
+
+ -
+
+
+
+
+
+
+ -
+
+
+ Name:
+
+
+
+ -
+
+
+ -
+
+
+ Command:
+
+
+
+ -
+
+
+ -
+
+
+ Working Directory:
+
+
+
+ -
+
+
+ -
+
+
+ Command Arguments:
+
+
+
+ -
+
+