Skip to content
Snippets Groups Projects
Commit 06403e94 authored by Sergey Shambir's avatar Sergey Shambir Committed by Daniel Teske
Browse files

Autotools: fixed crash when opening any project


Passed ctor param ignored, field set to 0 and than called

Change-Id: I34d8be9b11826d21506d8c1b2732e25f64593798
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 18121bf4
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ using namespace AutotoolsProjectManager::Internal; ...@@ -50,7 +50,7 @@ using namespace AutotoolsProjectManager::Internal;
using namespace ProjectExplorer; using namespace ProjectExplorer;
AutotoolsBuildSettingsWidget::AutotoolsBuildSettingsWidget(AutotoolsBuildConfiguration *bc) : AutotoolsBuildSettingsWidget::AutotoolsBuildSettingsWidget(AutotoolsBuildConfiguration *bc) :
m_buildConfiguration(0) m_buildConfiguration(bc)
{ {
QFormLayout *fl = new QFormLayout(this); QFormLayout *fl = new QFormLayout(this);
fl->setContentsMargins(0, 0, 0, 0); fl->setContentsMargins(0, 0, 0, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment