Ensure the docs for QOpenGLFunctions_ES2 are generated

qdoc runs the preprocessor, so it probably skipped the definition for
this class.

Change-Id: I10933134d0c20131dd25e15bee914ebfac358b10
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: James Turner <james.turner@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
bb10
Thiago Macieira 2013-08-22 18:21:23 -07:00 committed by The Qt Project
parent f738a4a5d5
commit ca772b2f2f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include <QtCore/qglobal.h>
#if defined(QT_OPENGL_ES_2)
#if defined(QT_OPENGL_ES_2) || defined(Q_QDOC)
#include <QtGui/QOpenGLVersionFunctions>
#include <QtGui/qopenglcontext.h>