OpenGL legacy example: Fix compilation in namespaced builds.
Change-Id: I6b2f3e8c240e105c73008fa61f9ed50cc9d982ac Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>bb10
parent
614e86f564
commit
965b5b7ae0
|
|
@ -44,7 +44,8 @@
|
|||
#include <QObject>
|
||||
#include <QColor>
|
||||
|
||||
class QOpenGLFunctions_1_1;
|
||||
QT_FORWARD_DECLARE_CLASS(QOpenGLFunctions_1_1)
|
||||
|
||||
class Patch;
|
||||
struct Geometry;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue