summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qset.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qset.qdoc')
-rw-r--r--src/corelib/tools/qset.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc
index eb6b542181..b6aae2c7ca 100644
--- a/src/corelib/tools/qset.qdoc
+++ b/src/corelib/tools/qset.qdoc
@@ -1093,6 +1093,10 @@
\include containers-range-constructor.qdocinc
+ This function creates a new list, in \l {linear time}. The time and memory
+ use that entails can be avoided by iterating from \l constBegin() to
+ \l constEnd().
+
\sa fromList(), QList::fromSet()
*/