forked from qt-creator/qt-creator
Remove double connect.
Reviewed-by: ck
This commit is contained in:
@@ -98,9 +98,6 @@ void MaemoRunConfiguration::init()
|
|||||||
connect(&MaemoDeviceConfigurations::instance(), SIGNAL(updated()), this,
|
connect(&MaemoDeviceConfigurations::instance(), SIGNAL(updated()), this,
|
||||||
SLOT(updateDeviceConfigurations()));
|
SLOT(updateDeviceConfigurations()));
|
||||||
|
|
||||||
connect(qt4Target()->qt4Project(), SIGNAL(proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFileNode*)),
|
|
||||||
this, SLOT(proFileUpdate(Qt4ProjectManager::Internal::Qt4ProFileNode*)));
|
|
||||||
|
|
||||||
connect(qt4Target()->qt4Project(),
|
connect(qt4Target()->qt4Project(),
|
||||||
SIGNAL(proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFileNode*)),
|
SIGNAL(proFileUpdated(Qt4ProjectManager::Internal::Qt4ProFileNode*)),
|
||||||
this, SLOT(proFileUpdate(Qt4ProjectManager::Internal::Qt4ProFileNode*)));
|
this, SLOT(proFileUpdate(Qt4ProjectManager::Internal::Qt4ProFileNode*)));
|
||||||
|
|||||||
Reference in New Issue
Block a user