QmakePM: Fix possible nullptr access

Amends fc1fc6a07a.

Change-Id: I0a77c3834fc8e68de2f2d3ab379256c7adc00260
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2020-09-04 13:36:44 +02:00
parent ef10f3b937
commit b7573a7400

View File

@@ -566,7 +566,7 @@ BuildStepConfigWidget *QMakeStep::createConfigWidget()
connect(project(), &Project::projectLanguagesUpdated,
this, &QMakeStep::linkQmlDebuggingLibraryChanged);
connect(target(), &Target::parsingFinished,
this, &QMakeStep::updateEffectiveQMakeCall);
qmakeArgumentsEdit, [this]() { updateEffectiveQMakeCall(); });
connect(qmakeBuildConfiguration(), &QmakeBuildConfiguration::useQtQuickCompilerChanged,
this, &QMakeStep::useQtQuickCompilerChanged);
connect(qmakeBuildConfiguration(), &QmakeBuildConfiguration::separateDebugInfoChanged,