Skip to content

Conversation

@iskandarem
Copy link

@iskandarem iskandarem commented Sep 25, 2025

This PR replaces the last remaining usage of QRegExp in projects/lib/src/engineprocess_win.cpp with QRegularExpression.

  • #include<QRegExp> changed to #include<QRegularExpression.
  • Object of QRegularExpression created instead of QRegExp.

Please let me know if I missed anything or if improvements are needed.

@iskandarem iskandarem changed the title Migrated from QRegExp to QRegularExpression on ./porjects/lib/src/engineprocess_win.cpp; Migrated from QRegExp to QRegularExpression on ./porjects/lib/src/engineprocess_win.cpp. Resolves #396 Sep 29, 2025
@iskandarem iskandarem changed the title Migrated from QRegExp to QRegularExpression on ./porjects/lib/src/engineprocess_win.cpp. Resolves #396 Migrated from QRegExp to QRegularExpression on ./porjects/lib/src/engineprocess_win.cpp. Resolves #396. Sep 29, 2025
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.

1 participant