forked from qt-creator/qt-creator
ProjectExplorer: Add signal to inform about deployment data changes.
Also one for changes to the application target list. This re-enables the RemoteLinux plugin's ability to react to changes in project files, which has been broken by the removal of the buildSystemEvaluated() signal from the Project class in I50249b186917cd3a4f399f187f09ac8428ab6f9e. Change-Id: I380db69c9396b99423ff305096d4b9f4f17d3075 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -73,8 +73,7 @@ void RemoteLinuxDeployConfigurationWidget::init(DeployConfiguration *dc)
|
||||
d->deployConfiguration = qobject_cast<RemoteLinuxDeployConfiguration *>(dc);
|
||||
QTC_ASSERT(d->deployConfiguration, return);
|
||||
|
||||
connect(dc->target()->project(), SIGNAL(buildSystemEvaluated()),
|
||||
SLOT(updateDeploymentDataModel()));
|
||||
connect(dc->target(), SIGNAL(deploymentDataChanged()), SLOT(updateDeploymentDataModel()));
|
||||
updateDeploymentDataModel();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user