Skip to content
Commit a986f15b authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Avoid using QString::split

We are only interested in the first element of the splitted string, but split will compute all of them. This has some significant performance impact. Instead use indexOf+left to get the first element
parent 722809e8
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