Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Qt6.5 changes to QRegularExpression.
The change here is the conversion of the matching functions to take a QStringView instead of a QString. The older functions have been deprecated. Since a QStringView is anything that can be made to look like a QString, the changes are pretty trivial. https://doc.qt.io/qt-6/qregularexpression.html
- Loading branch information