Change QString().arg().arg() in some places which may be susceptible to having % in their values.
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.