forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/master' into 4.14
Change-Id: I4b37b89cc1dd2c53217579ea554af0fb7994fa7e
This commit is contained in:
@@ -502,9 +502,9 @@ bool QMakeStep::fromMap(const QVariantMap &map)
|
||||
return BuildStep::fromMap(map);
|
||||
}
|
||||
|
||||
BuildStepConfigWidget *QMakeStep::createConfigWidget()
|
||||
QWidget *QMakeStep::createConfigWidget()
|
||||
{
|
||||
auto widget = new BuildStepConfigWidget(this);
|
||||
auto widget = new QWidget;
|
||||
|
||||
auto label_0 = new QLabel(tr("qmake build configuration:"), widget);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user