fix uninitialized variable

Change-Id: Ia610dfb71c47992657bb1ebfee7560ef89a2b4da
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Oswald Buddenhagen
2013-07-18 18:54:51 +02:00
committed by Tobias Hunger
parent 0e97084e72
commit 1622ffa49f

View File

@@ -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);