QESDP::take(): document that it doesn't deref

Change-Id: Iba6c1caf4a7681815559db7c06691d02108ae855
Pick-to: 5.15
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
bb10
Giuseppe D'Angelo 2020-10-15 01:10:34 +02:00
parent 56475926e6
commit bc4bd3c1bc
1 changed files with 4 additions and 1 deletions

View File

@ -612,7 +612,10 @@ QT_BEGIN_NAMESPACE
\since 5.12
Returns a pointer to the shared object, and resets \e this to be \nullptr.
That is, this function sets the \e{d pointer} of \e this to \nullptr.
(That is, this function sets the \e{d pointer} of \e this to \nullptr.)
\note The reference count of the returned object will \b{not} be
decremented.
*/
/*! \fn template <class T> QExplicitlySharedDataPointer<T>::operator bool () const