forked from qt-creator/qt-creator
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
This commit is contained in:
@@ -284,6 +284,7 @@ void MaemoRunConfigurationWidget::updateTargetInformation()
|
||||
void MaemoRunConfigurationWidget::handleDeploySpecsChanged()
|
||||
{
|
||||
m_remoteExecutableLabel->setText(m_runConfiguration->remoteExecutableFilePath());
|
||||
m_runConfiguration->updateFactoryState();
|
||||
}
|
||||
|
||||
void MaemoRunConfigurationWidget::handleBuildConfigChanged()
|
||||
|
||||
Reference in New Issue
Block a user