diff options
author | David Boddie <dboddie@trolltech.com> | 2009-07-13 11:46:46 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-07-13 11:46:46 (GMT) |
commit | 85fbffa12bcd38b08030561335305c3226312bc6 (patch) | |
tree | 5dd4a0e42e8b9cf2f96e05c30a9ead27f5506f6a /src/opengl | |
parent | 109bc35a0200bb04fbbb9e7e944572082f966e91 (diff) | |
download | Qt-85fbffa12bcd38b08030561335305c3226312bc6.zip Qt-85fbffa12bcd38b08030561335305c3226312bc6.tar.gz Qt-85fbffa12bcd38b08030561335305c3226312bc6.tar.bz2 |
Doc: Explicitly declare the module for each namespace to prevent strange
omissions when qdoc is used in certain Windows environments.
Task-number: 256415
Reviewed-by: Trust Me
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opengl/qgl.cpp b/src/opengl/qgl.cpp index a9f8ede..0169ea2 100644 --- a/src/opengl/qgl.cpp +++ b/src/opengl/qgl.cpp @@ -142,6 +142,7 @@ QGLSignalProxy *QGLSignalProxy::instance() /*! \namespace QGL + \inmodule QtOpenGL \brief The QGL namespace specifies miscellaneous identifiers used in the Qt OpenGL module. |