summaryrefslogtreecommitdiffstats
path: root/tests/manual/qopengltextureblitter/qopengltextureblitwindow.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-07-28 12:20:23 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-07-29 07:21:10 +0000
commitdd3a08dd539a17e52bb8eec19c9aff27f4de7de4 (patch)
treed9f5b7ce0fcf64a3fd4565bfd417c2f35a6af71b /tests/manual/qopengltextureblitter/qopengltextureblitwindow.h
parenta89875cd69787a469446523429ff610b45504a72 (diff)
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 <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'tests/manual/qopengltextureblitter/qopengltextureblitwindow.h')
-rw-r--r--tests/manual/qopengltextureblitter/qopengltextureblitwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/qopengltextureblitter/qopengltextureblitwindow.h b/tests/manual/qopengltextureblitter/qopengltextureblitwindow.h
index 957d833ef3..0912f096e4 100644
--- a/tests/manual/qopengltextureblitter/qopengltextureblitwindow.h
+++ b/tests/manual/qopengltextureblitter/qopengltextureblitwindow.h
@@ -31,7 +31,7 @@
#include <QtGui/QWindow>
#include <QtGui/QOpenGLContext>
-#include <QtGui/private/qopengltextureblitter_p.h>
+#include <QtGui/QOpenGLTextureBlitter>
class QOpenGLTextureBlitWindow : public QWindow
{