summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-07-19 08:58:05 +0200
committerMarc Mutz <marc.mutz@qt.io>2022-07-20 12:56:18 +0200
commitad17a1674c21223719ffcf54d35c1ea3eb2356cd (patch)
tree02cc4e98960b7e931147eafe32cd19ea44e2cde6 /src/opengl
parent0a3ff697380555538a0d035b768ddf10f772b55a (diff)
QOpenGLBuffer: remove unused include of QScopedPointer
Nothing in this class uses one. Pick-to: 6.4 Task-number: QTBUG-97601 Change-Id: I09397ec55ef87ddb5ab05d51c705bab83d6995fc Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qopenglbuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qopenglbuffer.h b/src/opengl/qopenglbuffer.h
index 1325b7e6e0..7739073681 100644
--- a/src/opengl/qopenglbuffer.h
+++ b/src/opengl/qopenglbuffer.h
@@ -8,7 +8,6 @@
#ifndef QT_NO_OPENGL
-#include <QtCore/qscopedpointer.h>
#include <QtGui/qopengl.h>
QT_BEGIN_NAMESPACE