summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglbuffer.h
diff options
context:
space:
mode:
authorMarc Mutz <[email protected]>2022-07-19 08:58:05 +0200
committerMarc Mutz <[email protected]>2022-07-20 12:56:18 +0200
commitad17a1674c21223719ffcf54d35c1ea3eb2356cd (patch)
tree02cc4e98960b7e931147eafe32cd19ea44e2cde6 /src/opengl/qopenglbuffer.h
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 <[email protected]> Reviewed-by: Qt CI Bot <[email protected]>
Diffstat (limited to 'src/opengl/qopenglbuffer.h')
-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 1325b7e6e02..77390736816 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