Skip to content
  • Nicolas Fella's avatar
    Avoid using QString::split · a986f15b
    Nicolas Fella authored
    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
    a986f15b