Maemo: Initialize remote application path in run config widget.

(cherry picked from commit b73b0fb0ce)
This commit is contained in:
Christian Kandeler
2010-09-27 14:52:52 +02:00
committed by hjk
parent c8162a2d67
commit fc93634b16

View File

@@ -155,6 +155,7 @@ void MaemoRunConfigurationWidget::addGenericWidgets(QVBoxLayout *mainLayout)
SLOT(updateTargetInformation()));
connect(m_runConfiguration->deployStep()->deployables(),
SIGNAL(modelsCreated()), this, SLOT(handleDeploySpecsChanged()));
handleDeploySpecsChanged();
}
void MaemoRunConfigurationWidget::addDebuggingWidgets(QVBoxLayout *mainLayout)