ProjectExplorer: Remove BuildStepConfigWidget

After the previous changes it was only an empty wrapper around QWidget.

Change-Id: I58dcd82d8342c7de5e2df537044f6cf3de878a67
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2020-10-02 17:53:39 +02:00
parent 2092ebd074
commit 97c6c13dcb
28 changed files with 52 additions and 71 deletions

View File

@@ -473,9 +473,9 @@ void AndroidDeployQtStep::runCommand(const CommandLine &command)
}
}
BuildStepConfigWidget *AndroidDeployQtStep::createConfigWidget()
QWidget *AndroidDeployQtStep::createConfigWidget()
{
auto widget = new BuildStepConfigWidget(this);
auto widget = new QWidget;
setDisplayName(QString("<b>%1</b>").arg(displayName()));
setSummaryText(displayName());