From ca772b2f2f5a8981d0c44dfb278e84f546d53cb2 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 22 Aug 2013 18:21:23 -0700 Subject: 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 Reviewed-by: James Turner Reviewed-by: Sean Harmer --- src/gui/opengl/qopenglfunctions_es2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/opengl/qopenglfunctions_es2.h b/src/gui/opengl/qopenglfunctions_es2.h index 9c14567723..21ed6bec93 100644 --- a/src/gui/opengl/qopenglfunctions_es2.h +++ b/src/gui/opengl/qopenglfunctions_es2.h @@ -44,7 +44,7 @@ #include -#if defined(QT_OPENGL_ES_2) +#if defined(QT_OPENGL_ES_2) || defined(Q_QDOC) #include #include -- cgit v1.2.3