From 7bcc90168f7bfbb3cddd2594d133f061011a8e83 Mon Sep 17 00:00:00 2001
From: Christian Kandeler <christian.kandeler@nokia.com>
Date: Wed, 1 Jun 2011 10:44:33 +0200
Subject: [PATCH] RemoteLinux: Keep enabled state in sync with active build
 configuration.

Change-Id: I08c89794ccc37d89f78e737e360016015314a6e0
Reviewed-on: http://codereview.qt.nokia.com/295
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
---
 src/plugins/remotelinux/remotelinuxrunconfiguration.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/plugins/remotelinux/remotelinuxrunconfiguration.cpp b/src/plugins/remotelinux/remotelinuxrunconfiguration.cpp
index 2cc0ac1b170..19127660a9c 100644
--- a/src/plugins/remotelinux/remotelinuxrunconfiguration.cpp
+++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.cpp
@@ -146,6 +146,8 @@ void RemoteLinuxRunConfiguration::init()
     connect(m_d->remoteMounts, SIGNAL(dataChanged(QModelIndex, QModelIndex)), this,
         SLOT(handleRemoteMountsChanged()));
     connect(m_d->remoteMounts, SIGNAL(modelReset()), SLOT(handleRemoteMountsChanged()));
+//    connect(target(), SIGNAL(activeBuildConfigurationChanged(ProjectExplorer::BuildConfiguration*)),
+//        SLOT(updateEnabledState()));
 }
 
 RemoteLinuxRunConfiguration::~RemoteLinuxRunConfiguration()
-- 
GitLab