forked from qt-creator/qt-creator
Bazaar: Move plugin pimpl into .cpp
Change-Id: If355d4dc34febcda7da24d85370f3ab607f5cd82 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
|
||||
namespace Core { class IVersionControl; }
|
||||
|
||||
namespace Bazaar {
|
||||
namespace Internal {
|
||||
|
||||
@@ -37,7 +35,7 @@ class BazaarSettings;
|
||||
class OptionsPage final : public Core::IOptionsPage
|
||||
{
|
||||
public:
|
||||
OptionsPage(Core::IVersionControl *control, BazaarSettings *settings, QObject *parent);
|
||||
OptionsPage(const std::function<void()> &onApply, BazaarSettings *settings);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user