Skip to content
Snippets Groups Projects
Commit fc93634b authored by Christian Kandeler's avatar Christian Kandeler Committed by hjk
Browse files

Maemo: Initialize remote application path in run config widget.

(cherry picked from commit b73b0fb0)
parent c8162a2d
No related branches found
No related tags found
No related merge requests found
...@@ -155,6 +155,7 @@ void MaemoRunConfigurationWidget::addGenericWidgets(QVBoxLayout *mainLayout) ...@@ -155,6 +155,7 @@ void MaemoRunConfigurationWidget::addGenericWidgets(QVBoxLayout *mainLayout)
SLOT(updateTargetInformation())); SLOT(updateTargetInformation()));
connect(m_runConfiguration->deployStep()->deployables(), connect(m_runConfiguration->deployStep()->deployables(),
SIGNAL(modelsCreated()), this, SLOT(handleDeploySpecsChanged())); SIGNAL(modelsCreated()), this, SLOT(handleDeploySpecsChanged()));
handleDeploySpecsChanged();
} }
void MaemoRunConfigurationWidget::addDebuggingWidgets(QVBoxLayout *mainLayout) void MaemoRunConfigurationWidget::addDebuggingWidgets(QVBoxLayout *mainLayout)
......
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