forked from qt-creator/qt-creator
fix uninitialized variable
Change-Id: Ia610dfb71c47992657bb1ebfee7560ef89a2b4da Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
0e97084e72
commit
1622ffa49f
@@ -48,6 +48,7 @@ namespace ProjectExplorer {
|
||||
EnvironmentAspectWidget::EnvironmentAspectWidget(EnvironmentAspect *aspect, QWidget *additionalWidget) :
|
||||
RunConfigWidget(),
|
||||
m_aspect(aspect),
|
||||
m_ignoreChange(false),
|
||||
m_additionalWidget(additionalWidget)
|
||||
{
|
||||
QTC_CHECK(m_aspect);
|
||||
|
||||
Reference in New Issue
Block a user