reverse case
This commit is contained in:
parent
8fda629714
commit
eb77ad7b01
@ -434,7 +434,7 @@ void MainWidget::search(const QString& key)
|
||||
}
|
||||
|
||||
QRegularExpression regex;
|
||||
if (!ui->cbCaseSensitive->isChecked()) {
|
||||
if (ui->cbCaseSensitive->isChecked()) {
|
||||
regex = QRegularExpression(bkey);
|
||||
} else {
|
||||
regex = QRegularExpression(bkey, QRegularExpression::CaseInsensitiveOption);
|
||||
|
Loading…
x
Reference in New Issue
Block a user