mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +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;
|
QString val = confCheckbox.config;
|
||||||
QCheckBox &cb = *confCheckbox.checkBox;
|
QCheckBox &cb = *confCheckbox.checkBox;
|
||||||
connect(confCheckbox.checkBox, &QCheckBox::stateChanged, this,
|
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");
|
ui->analyzePushButton->setToolTip("Analyze the program using Rizin's \"aaa\" command");
|
||||||
|
Loading…
Reference in New Issue
Block a user