QScopedPointer: remove doc mention of take()

It is deprecated so it shouldn't get mentioned by the ordinary docs.

Pick-to: 6.1
Change-Id: Ic867fd45396871245d6f5714f6a886c706e99c04
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
bb10
Giuseppe D'Angelo 2021-05-06 19:12:54 +02:00
parent 08c852be43
commit 1c34bf1d6b
1 changed files with 0 additions and 3 deletions

View File

@ -243,9 +243,6 @@ QT_BEGIN_NAMESPACE
Deletes the existing object it is pointing to (if any), and sets its pointer to
\a other. QScopedPointer now owns \a other and will delete it in its
destructor.
To clear the pointer held without deleting the object it points to (and hence take ownership
of the object), use \l take() instead.
*/
/*!