From 41ceb88fe1ecc1cdb8944d90aafff848c3c6f885 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 25 Jun 2020 10:46:09 +0200 Subject: Doc: Change docs from internal to reimp Pick-to: 5.15 Fixes: QTBUG-82357 Change-Id: I415ee03dd9d1ac02a435a24fb5ab94bf60c07331 Reviewed-by: Laszlo Agocs --- src/openglwidgets/qopenglwidget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/openglwidgets') diff --git a/src/openglwidgets/qopenglwidget.cpp b/src/openglwidgets/qopenglwidget.cpp index 1fefa09203..b7abc89c0b 100644 --- a/src/openglwidgets/qopenglwidget.cpp +++ b/src/openglwidgets/qopenglwidget.cpp @@ -1272,7 +1272,7 @@ QImage QOpenGLWidget::grabFramebuffer() } /*! - \internal + \reimp */ int QOpenGLWidget::metric(QPaintDevice::PaintDeviceMetric metric) const { @@ -1342,7 +1342,7 @@ int QOpenGLWidget::metric(QPaintDevice::PaintDeviceMetric metric) const } /*! - \internal + \reimp */ QPaintDevice *QOpenGLWidget::redirected(QPoint *p) const { @@ -1354,7 +1354,7 @@ QPaintDevice *QOpenGLWidget::redirected(QPoint *p) const } /*! - \internal + \reimp */ QPaintEngine *QOpenGLWidget::paintEngine() const { @@ -1372,7 +1372,7 @@ QPaintEngine *QOpenGLWidget::paintEngine() const } /*! - \internal + \reimp */ bool QOpenGLWidget::event(QEvent *e) { -- cgit v1.2.3