forked from qt-creator/qt-creator
Adapt to recent VCS base changes
Change-Id: Ia55808cb0e0959ab77333120dabd5401ec51d2a3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -91,8 +91,7 @@ OptionsPageWidget::OptionsPageWidget(const std::function<void()> &onApply, Fossi
|
||||
m_ui.disableAutosyncCheckBox->setChecked(m_settings->boolValue(FossilSettings::disableAutosyncKey));
|
||||
}
|
||||
|
||||
OptionsPage::OptionsPage(const std::function<void()> &onApply, FossilSettings *settings, QObject *parent) :
|
||||
Core::IOptionsPage(parent)
|
||||
OptionsPage::OptionsPage(const std::function<void()> &onApply, FossilSettings *settings)
|
||||
{
|
||||
setId(Constants::VCS_ID_FOSSIL);
|
||||
setDisplayName(OptionsPageWidget::tr("Fossil"));
|
||||
|
||||
Reference in New Issue
Block a user