summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopengltextureblitter.cpp
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <[email protected]>2020-01-22 16:33:23 +0100
committerJohan Klokkhammer Helsing <[email protected]>2020-02-22 02:08:26 +0100
commit872af6811b2af366965f49280918d315a1f640ff (patch)
treecff29f9bfdc76229dc73d1ce6a273ef1e33baa2d /src/opengl/qopengltextureblitter.cpp
parent57c2c37715718acda3566550f4b7113512afb3a3 (diff)
Move QOpenGLBuffer from QtGui to QtOpenGL
Task-number: QTBUG-74409 Change-Id: I72c839e54f24810b2bde2385c568921c4e4a2869 Reviewed-by: Laszlo Agocs <[email protected]>
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 c695ae626d6..b350e8e0e3b 100644
--- a/src/opengl/qopengltextureblitter.cpp
+++ b/src/opengl/qopengltextureblitter.cpp
@@ -41,7 +41,7 @@
#include <QtOpenGL/QOpenGLShaderProgram>
#include <QtOpenGL/QOpenGLVertexArrayObject>
-#include <QtGui/QOpenGLBuffer>
+#include <QtOpenGL/QOpenGLBuffer>
#include <QtGui/QOpenGLContext>
#include <QtGui/QOpenGLFunctions>