forked from qt-creator/qt-creator
VCS: Update state when configuration is changed
Take 2 Change-Id: I08f08c4adf6ea559e84ac1f1c384b6e71f7e9d59 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
78be644503
commit
228851d822
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user