forked from qt-creator/qt-creator
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:
@@ -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*)),
|
||||
|
||||
Reference in New Issue
Block a user