Skip to content

Fix QSet issues by using only QSet constructor to make QSet objects

Anjani Kumar requested to merge fixQSet-warnings into gsoc21-qt6-port

Replace QList::toSet() and QSet::fromList() with standard QSet constructor.

Edited by Anjani Kumar

Merge request reports