summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qset.qdoc
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-06-30 18:24:38 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-06-30 18:24:38 (GMT)
commitf8b3ea2988bb57e67d38cfc00d2fbfb950564421 (patch)
treecf12929b4f8295f391f0e144ab5406ae32eb334f /src/corelib/tools/qset.qdoc
parent6b3f2a3b96d01dc339d07a076300d29616603b28 (diff)
downloadQt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.zip
Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.tar.gz
Qt-f8b3ea2988bb57e67d38cfc00d2fbfb950564421.tar.bz2
Doc: Updated documentation with \since 4.8 declarations.
Diffstat (limited to 'src/corelib/tools/qset.qdoc')
-rw-r--r--src/corelib/tools/qset.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qset.qdoc b/src/corelib/tools/qset.qdoc
index f562c68..31129e0 100644
--- a/src/corelib/tools/qset.qdoc
+++ b/src/corelib/tools/qset.qdoc
@@ -124,6 +124,7 @@
/*!
\fn void QSet::swap(QSet<T> &other)
+ \since 4.8
Swaps set \a other with this set. This operation is very fast and
never fails.