forked from qt-creator/qt-creator
Bazaar: Remove direct accesses to singletons
Change-Id: Ie736597dcc17256fc1ef912689ef86e706acbd99 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -30,10 +30,12 @@
|
||||
namespace Bazaar {
|
||||
namespace Internal {
|
||||
|
||||
class BazaarSettings;
|
||||
|
||||
class OptionsPage final : public Core::IOptionsPage
|
||||
{
|
||||
public:
|
||||
OptionsPage(Core::IVersionControl *control, QObject *parent);
|
||||
OptionsPage(Core::IVersionControl *control, BazaarSettings *settings, QObject *parent);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user