Vcs: Move settings ownership from VcsBaseClientImpl to plugin

Turns out CVS and Bazaar already had an unused copy there...

Change-Id: I512c4d6322620e2b55d9008600ac676ce09032aa
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2020-01-24 10:13:02 +01:00
parent 1cd936c531
commit e0072ec165
16 changed files with 24 additions and 26 deletions

View File

@@ -162,7 +162,7 @@ BazaarPluginPrivate::BazaarPluginPrivate()
Context context(Constants::BAZAAR_CONTEXT);
m_client = new BazaarClient;
m_client = new BazaarClient(&m_bazaarSettings);
auto vcsCtrl = new BazaarControl(m_client);
initializeVcs(vcsCtrl, context);