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

QString multi-arg refactoring for increasing performance. #868

Open
dsm opened this issue Jul 26, 2024 · 1 comment
Open

QString multi-arg refactoring for increasing performance. #868

dsm opened this issue Jul 26, 2024 · 1 comment
Assignees

Comments

@dsm
Copy link
Collaborator

dsm commented Jul 26, 2024

Hi, I search code base with .arg([^)]*).arg this reg exp and it founds more than 800 lines of code.

Using multi-arg methods gives more performance and less memory usage. Assign this issue to me.

@ra3xdh
Copy link
Owner

ra3xdh commented Jul 26, 2024

Yes, the QtCreator shows warning on arg().arg().arg() chains. It is widely used in the project. Such call is not recommended in new Qt versions. The refactoring would improve the code quality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants