Skip to content
Snippets Groups Projects
Commit 60cf5fe8 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Bugfix: Update state of run config when deploy settings change.

An added or removed deployment setting for an executable
can change whether it's runnable or not.

Reviewed-by: Tobias Hunger
parent c5e743e6
No related branches found
No related tags found
No related merge requests found
......@@ -284,6 +284,7 @@ void MaemoRunConfigurationWidget::updateTargetInformation()
void MaemoRunConfigurationWidget::handleDeploySpecsChanged()
{
m_remoteExecutableLabel->setText(m_runConfiguration->remoteExecutableFilePath());
m_runConfiguration->updateFactoryState();
}
void MaemoRunConfigurationWidget::handleBuildConfigChanged()
......
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