summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qscopedpointer.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-02 10:34:29 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-02 10:36:14 (GMT)
commit66fc43343b06575a97b84ad44d70fd3082a6140e (patch)
tree81520fb8c4aaf72527ca813994c39571a48468ac /src/corelib/tools/qscopedpointer.cpp
parent6965249d336c31768d7592efb0630727c1b8631e (diff)
downloadQt-66fc43343b06575a97b84ad44d70fd3082a6140e.zip
Qt-66fc43343b06575a97b84ad44d70fd3082a6140e.tar.gz
Qt-66fc43343b06575a97b84ad44d70fd3082a6140e.tar.bz2
doc: Fixed several qdoc errors.
That's the last of them... for now.
Diffstat (limited to 'src/corelib/tools/qscopedpointer.cpp')
-rw-r--r--src/corelib/tools/qscopedpointer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp
index 44238a8..7dcac71 100644
--- a/src/corelib/tools/qscopedpointer.cpp
+++ b/src/corelib/tools/qscopedpointer.cpp
@@ -219,4 +219,8 @@ QT_BEGIN_NAMESPACE
\sa isNull()
*/
+/*! \fn void QScopedPointer::swap(QScopedPointer<T, Cleanup> &other)
+ Swap this pointer with \a other.
+ */
+
QT_END_NAMESPACE