summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsharedpointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qsharedpointer.cpp')
-rw-r--r--src/corelib/tools/qsharedpointer.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index 9ed48338e99..b1d6e80d1ae 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -527,9 +527,7 @@
/*!
\fn template <class T> void QSharedPointer<T>::swap(QSharedPointer<T> &other);
\since 5.3
-
- Swaps this shared pointer instance with \a other. This function is
- very fast and never fails.
+ \memberswap{shared pointer instance}
*/
/*!
@@ -848,9 +846,7 @@
/*!
\fn template <class T> void QWeakPointer<T>::swap(QWeakPointer<T> &other)
\since 5.4
-
- Swaps this weak pointer instance with \a other. This function is
- very fast and never fails.
+ \memberswap{weak pointer instance}
*/
/*!