RemoteLinux: Make deploy step widget detect more possible changes.

Change-Id: Ic90669ea06088e6c99f2db81627363b5ecf52c80
Reviewed-on: http://codereview.qt.nokia.com/2580
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2011-08-03 16:51:00 +02:00
parent 972471a626
commit 04ef0ed45d

View File

@@ -36,8 +36,10 @@
#include "remotelinuxutils.h"
#include <projectexplorer/target.h>
#include <qt4projectmanager/qt4project.h>
using namespace ProjectExplorer;
using namespace Qt4ProjectManager;
namespace RemoteLinux {
using namespace Internal;
@@ -53,8 +55,8 @@ RemoteLinuxDeployStepWidget::RemoteLinuxDeployStepWidget(AbstractRemoteLinuxDepl
SLOT(handleStepToBeRemoved(int)));
// TODO: Move this knowledge into the deploy step itself.
connect(m_step->target(),
SIGNAL(activeBuildConfigurationChanged(ProjectExplorer::BuildConfiguration*)),
connect(qobject_cast<Qt4Project *>(m_step->target()->project()),
SIGNAL(proFileUpdated(Qt4ProjectManager::Qt4ProFileNode *, bool, bool)),
SIGNAL(updateSummary()));
connect(m_step->deployConfiguration(), SIGNAL(currentDeviceConfigurationChanged()),
SIGNAL(updateSummary()));