Replace call to deprecated method QStringList::toSet
As suggested in the deprecation warning, the call is replaced by QSet(begin,end).
Showing
Please register or sign in to comment
As suggested in the deprecation warning, the call is replaced by QSet(begin,end).