summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-08-17 10:26:00 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-08-17 10:26:50 (GMT)
commit8096d2bbbb1f4becaaefe2219560f8dd558235de (patch)
tree74f06e8866cde5793ae6d59dd7028041a533a4ef
parent58e5dbb977bf7f52c2a374e589de2faaa336dbb9 (diff)
downloadQt-8096d2bbbb1f4becaaefe2219560f8dd558235de.zip
Qt-8096d2bbbb1f4becaaefe2219560f8dd558235de.tar.gz
Qt-8096d2bbbb1f4becaaefe2219560f8dd558235de.tar.bz2
doc: Eliminated two qdoc error reports.
-rw-r--r--src/corelib/tools/qshareddata.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/tools/qshareddata.cpp b/src/corelib/tools/qshareddata.cpp
index dd98499..9f49898 100644
--- a/src/corelib/tools/qshareddata.cpp
+++ b/src/corelib/tools/qshareddata.cpp
@@ -285,6 +285,11 @@ QT_BEGIN_NAMESPACE
\sa data()
*/
+/*! \fn void QSharedDataPointer::swap(QSharedDataPointer &other)
+ Swap this instance's shared data pointer with the shared
+ data pointer in \a other.
+ */
+
/*! \fn bool QSharedDataPointer::operator==(const QSharedDataPointer<T>& other) const
Returns true if \a other and \e this have the same \e{d pointer}.
This function does \e not call detach().
@@ -436,6 +441,11 @@ QT_BEGIN_NAMESPACE
\sa data()
*/
+/*! \fn void QExplicitlySharedDataPointer::swap(QExplicitlySharedDataPointer &other)
+ Swap this instance's explicitly shared data pointer with
+ the explicitly shared data pointer in \a other.
+ */
+
/*! \fn bool QExplicitlySharedDataPointer::operator==(const QExplicitlySharedDataPointer<T>& other) const
Returns true if \a other and \e this have the same \e{d pointer}.
*/