Skip to content
Commit 85e85cb2 authored by Vincent PINON's avatar Vincent PINON
Browse files

krazy fix: QLatin1String for search functions

git grep -l "\(starts\|ends\)With(\(\"[^\"]*\"\))" | xargs sed -i
"s/\(starts\|ends\)With(\(\"[^\"]*\"\))/\1With(QLatin1String(\2))/g"
parent 4416b9b8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment