From 406f15ce0e2707452462ff73b2d660ece960623f Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 24 Jan 2020 14:11:53 +0100 Subject: Quick: Don't qualify OpenGL includes The headers are moving from QtGui to QtOpenGL. By avoiding the qualification we can keep them compiling either way. Also, add opengl-private to make the types available. Also removed the QGraphicsRotation hack to get access to the projected rotation function of QMatrix4x4. The function is public now. Task-number: QTBUG-74409 Change-Id: I216e8ca09f8e247f96627b081308e3a57c55c29c Reviewed-by: Ulf Hermann --- examples/quick/quickwidgets/quickwidget/fbitem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/quick/quickwidgets/quickwidget') diff --git a/examples/quick/quickwidgets/quickwidget/fbitem.cpp b/examples/quick/quickwidgets/quickwidget/fbitem.cpp index 95ff2da2e0..3e98168dcf 100644 --- a/examples/quick/quickwidgets/quickwidget/fbitem.cpp +++ b/examples/quick/quickwidgets/quickwidget/fbitem.cpp @@ -49,9 +49,9 @@ ****************************************************************************/ #include "fbitem.h" -#include -#include -#include +#include +#include +#include #include #if QT_CONFIG(opengl) -- cgit v1.2.3