Skip to content

Commit

Permalink
More QSortFilterProxyModel::setFilterRegExp()
Browse files Browse the repository at this point in the history
Use new name, `QSortFilterProxyModel::setFilterRegularExpression()`
  • Loading branch information
mojotx committed Apr 6, 2021
1 parent 2c78a80 commit 59f523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hilitedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void HiliteDialog::addChild(const QSharedPointer<TileInfo> &tile,
}

void HiliteDialog::searchTextChanged(const QString &newText) {
filter.setFilterRegExp(newText);
filter.setFilterRegularExpression(newText);
filter.setFilterCaseSensitivity(Qt::CaseSensitivity::CaseInsensitive);
}

Expand Down

0 comments on commit 59f523a

Please sign in to comment.