forked from qt-creator/qt-creator
Use Core::Id in ICore::showOptionsDialog
Change-Id: I3865fde2347d687a7dee76dd5ca62db69cc4dd04 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -47,15 +47,10 @@ GerritOptionsPage::GerritOptionsPage(const QSharedPointer<GerritParameters> &p,
|
||||
: VcsBase::VcsBaseOptionsPage(parent)
|
||||
, m_parameters(p)
|
||||
{
|
||||
setId(optionsId());
|
||||
setId(QLatin1String("Gerrit"));
|
||||
setDisplayName(tr("Gerrit"));
|
||||
}
|
||||
|
||||
QString GerritOptionsPage::optionsId()
|
||||
{
|
||||
return QLatin1String("Gerrit");
|
||||
}
|
||||
|
||||
QWidget *GerritOptionsPage::createPage(QWidget *parent)
|
||||
{
|
||||
GerritOptionsWidget *gow = new GerritOptionsWidget(parent);
|
||||
|
||||
Reference in New Issue
Block a user