Source: Remove redundant lambda parameter lists

This commit is contained in:
Dr. Dystopia
2025-06-14 10:19:31 +02:00
parent 95f6c76713
commit ca8f9b672b
54 changed files with 108 additions and 111 deletions
@@ -266,7 +266,7 @@ CreateFigureDialog::CreateFigureDialog(QWidget* parent, FigureUIPosition slot) :
}
});
connect(buttons, &QDialogButtonBox::accepted, this, [=, this]() {
connect(buttons, &QDialogButtonBox::accepted, this, [=, this] {
bool ok_char = false;
const u32 char_number = edit_num->text().toULong(&ok_char);
if (!ok_char)