QOpenGLBuffer: remove unused include of QScopedPointer

Nothing in this class uses one.

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>
(cherry picked from commit ad17a1674c21223719ffcf54d35c1ea3eb2356cd)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2022-07-19 08:58:05 +02:00 committed by Qt Cherry-pick Bot
parent 2b415fcb27
commit 26c7a1b52e

View File

@ -8,7 +8,6 @@
#ifndef QT_NO_OPENGL
#include <QtCore/qscopedpointer.h>
#include <QtGui/qopengl.h>
QT_BEGIN_NAMESPACE