diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp index f6eceb94e46..7371eaaa841 100644 --- a/src/corelib/tools/qscopedpointer.cpp +++ b/src/corelib/tools/qscopedpointer.cpp @@ -230,7 +230,7 @@ QT_BEGIN_NAMESPACE /*! \fn template void QScopedPointer::swap(QScopedPointer &other) - \deprecated [6.1] Use \c std::unique_ptr instead; this function may let a pointer + \deprecated [6.2] Use \c std::unique_ptr instead; this function may let a pointer escape its scope. \memberswap{scoped pointer}