Fix connects, the signal moved

This commit is contained in:
dt
2009-11-25 20:02:06 +01:00
parent 88e432cd6c
commit 4c28a2ea0c
3 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
connect(makeStep, SIGNAL(changed()),
this, SLOT(update()));
connect(makeStep->buildConfiguration()->project(), SIGNAL(buildDirectoryChanged()),
connect(makeStep->buildConfiguration(), SIGNAL(buildDirectoryChanged()),
this, SLOT(updateDetails()));
connect(ProjectExplorer::ProjectExplorerPlugin::instance(), SIGNAL(settingsChanged()),