diff options
author | Johan Klokkhammer Helsing <[email protected]> | 2020-01-22 16:33:23 +0100 |
---|---|---|
committer | Johan Klokkhammer Helsing <[email protected]> | 2020-02-22 02:08:26 +0100 |
commit | 872af6811b2af366965f49280918d315a1f640ff (patch) | |
tree | cff29f9bfdc76229dc73d1ce6a273ef1e33baa2d /src/opengl/qopengltextureblitter.cpp | |
parent | 57c2c37715718acda3566550f4b7113512afb3a3 (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.cpp | 2 |
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> |