Skip to content

Change QString().arg().arg() in some places which may be susceptible to having % in their values.

Sharaf Zaman requested to merge szaman/krita:fix-usage-of-arg-arg into master

This typically happened on Android where having Uri for paths is common and when encoded resulted in having %<number> in the value which would get wrongly replaced.

I created the MR with a quick grep, string replace and then clang-format.

Merge request reports