From dd3a08dd539a17e52bb8eec19c9aff27f4de7de4 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Thu, 28 Jul 2016 12:20:23 +0200 Subject: Make QOpenGLTextureBlitter public Change QOpenGLTextureBlitter to be a public API, as it was originally intended. There are now significant external uses outside qtbase (C++ compositor examples in QtWayland), and the API is considered proven enough. [ChangeLog][QtGui] QOpenGLTextureBlitter, a utility class to draw textured quads, has been made public. Change-Id: If7a2c94e1494195e2aa375d214932fa7b4c78321 Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/gui/qopengl/tst_qopengl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/gui/qopengl/tst_qopengl.cpp') diff --git a/tests/auto/gui/qopengl/tst_qopengl.cpp b/tests/auto/gui/qopengl/tst_qopengl.cpp index 15244744bf..ed48a4978a 100644 --- a/tests/auto/gui/qopengl/tst_qopengl.cpp +++ b/tests/auto/gui/qopengl/tst_qopengl.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3