Details
-
Suggestion
-
Resolution: Done
-
P4: Low
-
None
-
None
-
None
-
c8aadc79fceac70ec18a3971d61c52930ef5f589 (qt/qtbase/5.15)
Description
I have code that fills a QSet to avoid duplicates, but returns a QVector. Currently I have to manually copy the QVector from the QSet, because QSet offers no QVector conversion function. Currently the only way to convert to a QVector using the existing API is to call set.toList().toVector().
Attachments
Issue Links
- is replaced by
-
QTBUG-83697 Please UNdeprecate toList, toSet and others similar
- Reported