summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopengltextureblitter.cpp
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-01-22 16:01:53 +0100
committerJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-02-21 10:00:47 +0100
commit8193f9e0ecc0a7592310e1c26310ba502c091374 (patch)
tree10d9b80393a33ed66bce565b1ed4e34c5aac65da /src/opengl/qopengltextureblitter.cpp
parent4f076db3d2e2e27cc56029fe878056ee79def56f (diff)
Move QOpenGLVertexArrayObject from QtGui to QtOpenGL
Task-number: QTBUG-74409 Change-Id: I6442693ca2b28b3a66f0f4fb41843e1e404df32b Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/opengl/qopengltextureblitter.cpp')
-rw-r--r--src/opengl/qopengltextureblitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qopengltextureblitter.cpp b/src/opengl/qopengltextureblitter.cpp
index 6f0ee863d7..c695ae626d 100644
--- a/src/opengl/qopengltextureblitter.cpp
+++ b/src/opengl/qopengltextureblitter.cpp
@@ -40,8 +40,8 @@
#include "qopengltextureblitter.h"
#include <QtOpenGL/QOpenGLShaderProgram>
+#include <QtOpenGL/QOpenGLVertexArrayObject>
#include <QtGui/QOpenGLBuffer>
-#include <QtGui/QOpenGLVertexArrayObject>
#include <QtGui/QOpenGLContext>
#include <QtGui/QOpenGLFunctions>