Skip to content
Snippets Groups Projects
Commit 228851d8 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

VCS: Update state when configuration is changed


Take 2

Change-Id: I08f08c4adf6ea559e84ac1f1c384b6e71f7e9d59
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 78be6445
No related branches found
No related tags found
No related merge requests found
......@@ -544,6 +544,8 @@ void VcsBasePlugin::initializeVcs(Core::IVersionControl *vc)
// VCSes might have become (un-)available, so clear the VCS directory cache
connect(vc, SIGNAL(configurationChanged()),
Core::ICore::vcsManager(), SLOT(clearVersionControlCache()));
connect(vc, SIGNAL(configurationChanged()),
VcsBasePluginPrivate::m_listener, SLOT(slotStateChanged()));
}
void VcsBasePlugin::extensionsInitialized()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment