QScopedPointer: remove doc mention of take()

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

Change-Id: Ic867fd45396871245d6f5714f6a886c706e99c04
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit 1c34bf1d6b807ab2340d76819197f3bbfd16a198)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Giuseppe D'Angelo 2021-05-06 19:12:54 +02:00 committed by Qt Cherry-pick Bot
parent 25bd96eb80
commit 1e792df004

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.
*/
/*!