mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update slot
This commit is contained in:
parent
cf70f7f7e6
commit
8aec9ff9c3
@ -20,9 +20,7 @@ SAKAsciiAssistant::SAKAsciiAssistant(QWidget* parent)
|
||||
|
||||
connect(ui->lineEdit, &QLineEdit::textChanged, this, &SAKAsciiAssistant::setupFilter);
|
||||
connect(ui->checkBox, &QCheckBox::clicked, this, [=]() {
|
||||
if (!ui->lineEdit->text().isEmpty()) {
|
||||
this->setupFilter(ui->lineEdit->text());
|
||||
}
|
||||
this->setupFilter(ui->lineEdit->text());
|
||||
});
|
||||
|
||||
QStringList headerLabels;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user