Revert "VCS: Update state when configuration is changed"

The signal is not defined.

This reverts commit e9b99826f243f742a60c54cc4a54ea63d0c6a558

Change-Id: I844b3fcc95a1c690f47b1ca3aa906ab81a3b5232
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-06-14 10:48:27 +02:00
parent d524f37ca0
commit d40fe4f736

View File

@@ -208,8 +208,6 @@ StateListener::StateListener(QObject *parent) :
this, SLOT(slotStateChanged()));
connect(Core::ICore::vcsManager(), SIGNAL(repositoryChanged(QString)),
this, SLOT(slotStateChanged()));
connect(Core::ICore::vcsManager(), SIGNAL(configurationChanged(QString)),
this, SLOT(slotStateChanged()));
if (ProjectExplorer::ProjectExplorerPlugin *pe = ProjectExplorer::ProjectExplorerPlugin::instance())
connect(pe, SIGNAL(currentProjectChanged(ProjectExplorer::Project*)),