Fix connection to slot

Change-Id: Icdd982e84ec452077c987f9ee15e49f8c5ccc3a6
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-04-11 16:09:02 +02:00
parent 41804ac884
commit 4d023aa5af

View File

@@ -225,7 +225,7 @@ Qt4RunConfigurationWidget::Qt4RunConfigurationWidget(Qt4RunConfiguration *qt4Run
ProjectExplorer::EnvironmentAspect *aspect ProjectExplorer::EnvironmentAspect *aspect
= qt4RunConfiguration->extraAspect<ProjectExplorer::EnvironmentAspect>(); = qt4RunConfiguration->extraAspect<ProjectExplorer::EnvironmentAspect>();
if (aspect) { if (aspect) {
connect(aspect, SIGNAL(environmentChanged()), this, SLOT(environmenWasChanged())); connect(aspect, SIGNAL(environmentChanged()), this, SLOT(environmentWasChanged()));
environmentWasChanged(); environmentWasChanged();
} }
m_workingDirectoryEdit->setPromptDialogTitle(tr("Select Working Directory")); m_workingDirectoryEdit->setPromptDialogTitle(tr("Select Working Directory"));