forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user