Remove left over signal connection that is no longer needed.

This commit is contained in:
dt
2010-03-16 11:13:43 +01:00
parent 43b4129d60
commit 41e0e38ed6

View File

@@ -97,9 +97,6 @@ void S60EmulatorRunConfiguration::ctor()
connect(qt4Target()->qt4Project(), SIGNAL(proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFileNode*)),
this, SLOT(proFileUpdate(Qt4ProjectManager::Internal::Qt4ProFileNode*)));
connect(qt4Target()->qt4Project(), SIGNAL(targetInformationChanged(Qt4ProjectManager::Internal::Qt4ProFileNode*)),
this, SLOT(proFileUpdate(Qt4ProjectManager::Internal::Qt4ProFileNode*)));
}