From 90ce38da39ba7acf6f7883a86916abcfc7efe23c Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 26 Mar 2015 12:22:29 +0100 Subject: Vcs: Move handling of settings from VcsBaseClient to VcsBaseClientImpl ... and update users of that functionality accordingly. Unexpected plus: Now every supported VCS actually saves their setting when requested. Change-Id: I02db7b2ce14e5f52d26409b2a01aea290c2a294a Reviewed-by: Orgad Shaneh --- src/plugins/mercurial/mercurialclient.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/plugins/mercurial/mercurialclient.h') diff --git a/src/plugins/mercurial/mercurialclient.h b/src/plugins/mercurial/mercurialclient.h index cae751fce8..80c9067e1c 100644 --- a/src/plugins/mercurial/mercurialclient.h +++ b/src/plugins/mercurial/mercurialclient.h @@ -42,9 +42,7 @@ class MercurialClient : public VcsBase::VcsBaseClient { Q_OBJECT public: - MercurialClient(MercurialSettings *settings); - - MercurialSettings *settings() const; + MercurialClient(); bool synchronousClone(const QString &workingDir, const QString &srcLocation, -- cgit v1.2.1