forked from qt-creator/qt-creator
VCS: Notify project wizard about config changes
... and have the project wizard update the available VCS. Task-number: QTCREATORBUG-4423
This commit is contained in:
@@ -199,6 +199,7 @@ void MercurialPlugin::setSettings(const MercurialSettings &settings)
|
||||
{
|
||||
if (settings != mercurialSettings) {
|
||||
mercurialSettings = settings;
|
||||
static_cast<MercurialControl *>(versionControl())->emitConfigurationChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user