diff options
author | hjk <[email protected]> | 2020-01-24 10:13:02 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2020-01-24 09:55:35 +0000 |
commit | e0072ec165fc12c45718b154512a3268ae66a818 (patch) | |
tree | e63ea2ee83e8f0d7bb53c0226d0c42c1ed414f52 /src/plugins/vcsbase/vcsbaseclient.cpp | |
parent | 1cd936c53145f520fb9a3817a6548d9d25c399f0 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/plugins/vcsbase/vcsbaseclient.cpp')
-rw-r--r-- | src/plugins/vcsbase/vcsbaseclient.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/vcsbase/vcsbaseclient.cpp b/src/plugins/vcsbase/vcsbaseclient.cpp index 25358a761ee..625009fb76a 100644 --- a/src/plugins/vcsbase/vcsbaseclient.cpp +++ b/src/plugins/vcsbase/vcsbaseclient.cpp @@ -81,11 +81,6 @@ VcsBaseClientImpl::VcsBaseClientImpl(VcsBaseClientSettings *settings) : this, &VcsBaseClientImpl::saveSettings); } -VcsBaseClientImpl::~VcsBaseClientImpl() -{ - delete m_clientSettings; -} - VcsBaseClientSettings &VcsBaseClientImpl::settings() const { return *m_clientSettings; |