summaryrefslogtreecommitdiff
path: root/src/corelib/tools/qsharedpointer.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-07-03 10:08:25 +0200
committerMartin Smith <msmith@trolltech.com>2009-07-03 10:08:25 +0200
commit95e4c95d28be9bc9d94685f7a13e36cbf57bf74e (patch)
tree0138e71fbdc56817cf67229f7608532c38443143 /src/corelib/tools/qsharedpointer.cpp
parent1752e03a97cc16dd653d68d5a4bcf24024c59980 (diff)
downloadqt4-tools-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.tar.gz
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src/corelib/tools/qsharedpointer.cpp')
-rw-r--r--src/corelib/tools/qsharedpointer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index 71bf3182ff..fe3d9e0b8c 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -342,7 +342,7 @@
/*!
\fn QSharedPointer<X> QSharedPointer::objectCast() const
- Performs a \ref qobject_cast from this pointer's type to \tt X and
+ Performs a \l qobject_cast() from this pointer's type to \tt X and
returns a QSharedPointer that shares the reference. If this
function is used to up-cast, then QSharedPointer will perform a \tt
qobject_cast, which means that if the object being pointed by this
@@ -739,7 +739,7 @@
\relates QSharedPointer
Returns a shared pointer to the pointer held by \a other, using a
- \ref qobject_cast to type \tt X to obtain an internal pointer of the
+ \l qobject_cast() to type \tt X to obtain an internal pointer of the
appropriate type. If the \tt qobject_cast fails, the object
returned will be null.
@@ -756,7 +756,7 @@
\relates QWeakPointer
Returns a shared pointer to the pointer held by \a other, using a
- \ref qobject_cast to type \tt X to obtain an internal pointer of the
+ \l qobject_cast() to type \tt X to obtain an internal pointer of the
appropriate type. If the \tt qobject_cast fails, the object
returned will be null.