mirror of
https://github.com/rizinorg/cutter.git
synced 2024-11-23 04:49:49 +00:00
'this' is not used in lambda function
This commit is contained in:
parent
e3087e727a
commit
7a812a11ec
@ -38,7 +38,7 @@ AnalysisOptionsWidget::AnalysisOptionsWidget(PreferencesDialog *dialog)
|
||||
QString val = confCheckbox.config;
|
||||
QCheckBox &cb = *confCheckbox.checkBox;
|
||||
connect(confCheckbox.checkBox, &QCheckBox::stateChanged, this,
|
||||
[this, val, &cb]() { checkboxEnabler(&cb, val); });
|
||||
[val, &cb]() { checkboxEnabler(&cb, val); });
|
||||
}
|
||||
|
||||
ui->analyzePushButton->setToolTip("Analyze the program using Rizin's \"aaa\" command");
|
||||
|
Loading…
Reference in New Issue
Block a user