Skip to content

Replace call to deprecated method QStringList::toSet

As suggested in the deprecation warning, the call is replaced by QSet(begin,end).

Merge request reports