Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use QRegularExpression. #12

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Use QRegularExpression. #12

merged 1 commit into from
Jun 5, 2024

Conversation

karliss
Copy link
Member

@karliss karliss commented Jun 4, 2024

QRegExp has been replaced by QRegularExpression in latest versions of Qt. Required for Qt6 support.

QRegularExpression was introduced in Qt5. And the Qt6 made QRegExp deprecated. In theory it's still available in the qt5compat library, but since the new API was already introduced in Qt5 it's simpler to just use that.

QRegEx has been replaced by QRegularExpression in latest versions of Qt.
@wargio wargio merged commit 13d9236 into rizinorg:main Jun 5, 2024
1 check passed
@karliss karliss deleted the qt6-regex branch June 5, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants