Fix QSet issues by using only QSet constructor to make QSet objects
Replace QList::toSet()
and QSet::fromList()
with standard QSet
constructor.
Edited by Anjani Kumar
Replace QList::toSet()
and QSet::fromList()
with standard QSet
constructor.