forked from qt-creator/qt-creator
Git: Use numerous form
Change-Id: I5a5f8cc4f607f0dd80772eb97128bdefa753c201 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -63,8 +63,8 @@ BranchDialog::BranchDialog(QWidget *parent) :
|
|||||||
|
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
m_ui->includeOldCheckBox->setToolTip(
|
m_ui->includeOldCheckBox->setToolTip(
|
||||||
tr("Include branches and tags that have not been active for %1 days.")
|
tr("Include branches and tags that have not been active for %n days.", 0,
|
||||||
.arg(Constants::OBSOLETE_COMMIT_AGE_IN_DAYS));
|
Constants::OBSOLETE_COMMIT_AGE_IN_DAYS));
|
||||||
|
|
||||||
connect(m_ui->refreshButton, &QAbstractButton::clicked, this, &BranchDialog::refreshCurrentRepository);
|
connect(m_ui->refreshButton, &QAbstractButton::clicked, this, &BranchDialog::refreshCurrentRepository);
|
||||||
connect(m_ui->addButton, &QAbstractButton::clicked, this, &BranchDialog::add);
|
connect(m_ui->addButton, &QAbstractButton::clicked, this, &BranchDialog::add);
|
||||||
|
Reference in New Issue
Block a user