summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-20 09:18:58 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-20 09:18:58 (GMT)
commit5620c3ff86944f19e2b2b65b67baa5e4418792d4 (patch)
tree9990424082802fe10b6d8eab5bdec73204940fad /src/corelib
parentf900b675047c2e595a270b2a65edf8a9731b252a (diff)
downloadQt-5620c3ff86944f19e2b2b65b67baa5e4418792d4.zip
Qt-5620c3ff86944f19e2b2b65b67baa5e4418792d4.tar.gz
Qt-5620c3ff86944f19e2b2b65b67baa5e4418792d4.tar.bz2
Doc: add \since 4.6
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qsharedpointer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index fe3d9e0..85085c5 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -341,6 +341,7 @@
/*!
\fn QSharedPointer<X> QSharedPointer::objectCast() const
+ \since 4.6
Performs a \l qobject_cast() from this pointer's type to \tt X and
returns a QSharedPointer that shares the reference. If this
@@ -737,6 +738,7 @@
/*!
\fn QSharedPointer<X> qSharedPointerObjectCast(const QSharedPointer<T> &other)
\relates QSharedPointer
+ \since 4.6
Returns a shared pointer to the pointer held by \a other, using a
\l qobject_cast() to type \tt X to obtain an internal pointer of the
@@ -754,6 +756,7 @@
\fn QSharedPointer<X> qSharedPointerObjectCast(const QWeakPointer<T> &other)
\relates QSharedPointer
\relates QWeakPointer
+ \since 4.6
Returns a shared pointer to the pointer held by \a other, using a
\l qobject_cast() to type \tt X to obtain an internal pointer of the