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
Friedemann Kleint 2016-05-26 16:31:02 +02:00
parent 614e86f564
commit 965b5b7ae0
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@
#include <QObject>
#include <QColor>
class QOpenGLFunctions_1_1;
QT_FORWARD_DECLARE_CLASS(QOpenGLFunctions_1_1)
class Patch;
struct Geometry;