From d40fe4f736ca540a54117d0c5ae25c4aebf626bb Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 14 Jun 2013 10:48:27 +0200 Subject: [PATCH] Revert "VCS: Update state when configuration is changed" The signal is not defined. This reverts commit e9b99826f243f742a60c54cc4a54ea63d0c6a558 Change-Id: I844b3fcc95a1c690f47b1ca3aa906ab81a3b5232 Reviewed-by: Tobias Hunger --- src/plugins/vcsbase/vcsbaseplugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/vcsbase/vcsbaseplugin.cpp b/src/plugins/vcsbase/vcsbaseplugin.cpp index 45d1e16527f..73a8eb019b9 100644 --- a/src/plugins/vcsbase/vcsbaseplugin.cpp +++ b/src/plugins/vcsbase/vcsbaseplugin.cpp @@ -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*)),