Skip to content

Remove unnecessary assignments when using QString replace()

George Hu requested to merge (removed):optimize-replace into master

The replace() method in QString does replacement in place. Therefore, it is unnecessary to assign it back to the original variable.

Merge request reports

Loading