summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-02-22 00:33:32 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-24 11:56:54 +0100
commit0c9c43c1483dbe8146f05a8df6ccb15f15a8f403 (patch)
tree03ff99666a2d25391c0b779b8fe202e6b7818b3a /src/gui
parente85b4ed77a6b77e4a5aa9b858e41ff4bbcea04b0 (diff)
Doc: Address some "No documentation for..." QDoc warnings
Task-number: QTBUG-36985 Change-Id: I8619fb77e7879399064281f7bbefe5f12d3849a2 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/opengl/qopenglversionfunctions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/opengl/qopenglversionfunctions.cpp b/src/gui/opengl/qopenglversionfunctions.cpp
index 428f6e8a8b..5df7463e8a 100644
--- a/src/gui/opengl/qopenglversionfunctions.cpp
+++ b/src/gui/opengl/qopenglversionfunctions.cpp
@@ -191,6 +191,8 @@ QAbstractOpenGLFunctions::~QAbstractOpenGLFunctions()
delete d_ptr;
}
+/*! \internal
+ */
bool QAbstractOpenGLFunctions::initializeOpenGLFunctions()
{
Q_D(QAbstractOpenGLFunctions);