diff --git a/src/gui/image/qpixmapcache.cpp b/src/gui/image/qpixmapcache.cpp index cdde80b3a8..ffc089129f 100644 --- a/src/gui/image/qpixmapcache.cpp +++ b/src/gui/image/qpixmapcache.cpp @@ -144,8 +144,8 @@ bool QPixmapCache::Key::operator ==(const Key &key) const /*! \fn void QPixmapCache::Key::swap(Key &) - \internal \since 5.6 + \memberswap{key} */ /*! diff --git a/src/opengl/qopenglpixeltransferoptions.cpp b/src/opengl/qopenglpixeltransferoptions.cpp index 2e6766ca6a..100de4689d 100644 --- a/src/opengl/qopenglpixeltransferoptions.cpp +++ b/src/opengl/qopenglpixeltransferoptions.cpp @@ -21,7 +21,7 @@ QT_BEGIN_NAMESPACE /*! * \fn void QOpenGLPixelTransferOptions::swap(QOpenGLPixelTransferOptions &other) - * \internal + * \memberswap{options} */ class QOpenGLPixelTransferOptionsData : public QSharedData