diff options
author | Ulf Hermann <[email protected]> | 2020-01-24 14:11:53 +0100 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2020-01-27 13:03:18 +0100 |
commit | 406f15ce0e2707452462ff73b2d660ece960623f (patch) | |
tree | e3878091bff1d9fc78b1dc6b7887b4e3cbbc8d60 /src/quick/scenegraph/qsgopengldistancefieldglyphcache.cpp | |
parent | 936811f91edb873250d67d27203f24535c102122 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/quick/scenegraph/qsgopengldistancefieldglyphcache.cpp')
-rw-r--r-- | src/quick/scenegraph/qsgopengldistancefieldglyphcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgopengldistancefieldglyphcache.cpp b/src/quick/scenegraph/qsgopengldistancefieldglyphcache.cpp index b6b6f3b057..fc8ec25053 100644 --- a/src/quick/scenegraph/qsgopengldistancefieldglyphcache.cpp +++ b/src/quick/scenegraph/qsgopengldistancefieldglyphcache.cpp @@ -45,7 +45,7 @@ #include <QtQml/qqmlfile.h> #include <QtGui/private/qdistancefield_p.h> -#include <QtGui/private/qopenglcontext_p.h> +#include <private/qopenglcontext_p.h> #include <QtQml/private/qqmlglobal_p.h> #include <qopenglfunctions.h> #include <qopenglframebufferobject.h> |