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:
@@ -177,3 +177,8 @@ void BazaarControl::changed(const QVariant &v)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void BazaarControl::emitConfigurationChanged()
|
||||
{
|
||||
emit configurationChanged();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user