Bazaar: Remove VcsClientOptionsPage level in settings class hierarchy

... by inlining the code from the intermediate layer.
The base IOptionsPage infrastructure is now good enough.

Change-Id: I9999c02c290c4ad024b7c8c5480d3db579b7f454
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2020-01-10 18:43:10 +01:00
parent 6364c68768
commit 4f5287d30f
2 changed files with 22 additions and 18 deletions

View File

@@ -30,7 +30,7 @@
namespace Bazaar {
namespace Internal {
class OptionsPage final : public VcsBase::VcsClientOptionsPage
class OptionsPage final : public Core::IOptionsPage
{
public:
OptionsPage(Core::IVersionControl *control, QObject *parent);