diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-03 08:08:25 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-03 08:08:25 (GMT) |
commit | 95e4c95d28be9bc9d94685f7a13e36cbf57bf74e (patch) | |
tree | 0138e71fbdc56817cf67229f7608532c38443143 /src/corelib | |
parent | 1752e03a97cc16dd653d68d5a4bcf24024c59980 (diff) | |
download | Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.zip Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.tar.gz Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.tar.bz2 |
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qsharedpointer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp index 71bf318..fe3d9e0 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. |