clang-format

This commit is contained in:
Luis Ángel San Martín
2021-10-18 21:56:52 +02:00
parent 78e0c522d2
commit 5aa02a19bb
190 changed files with 2286 additions and 2286 deletions

View File

@ -32,7 +32,7 @@ AddLabelDialog::AddLabelDialog(QWidget *parent)
setMinimumHeight(340);
//buttons
// buttons
acceptButton = new QPushButton(tr("accept"), this);
cancelButton = new QPushButton(tr("cancel"), this);
@ -46,7 +46,7 @@ AddLabelDialog::AddLabelDialog(QWidget *parent)
setLayout(layout);
//connections
// connections
connect(edit, &QLineEdit::textChanged, this, &AddLabelDialog::validateName);
connect(cancelButton, &QAbstractButton::clicked, this, &QWidget::close);
connect(acceptButton, &QAbstractButton::clicked, this, &QDialog::accept);