summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/scenegraph/qsgcontext.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/scenegraph/qsgcontext.cpp b/src/declarative/scenegraph/qsgcontext.cpp
index b4a125c7b2..2a43d03028 100644
--- a/src/declarative/scenegraph/qsgcontext.cpp
+++ b/src/declarative/scenegraph/qsgcontext.cpp
@@ -118,10 +118,14 @@ public:
/*!
+ \class QSGContext
+
\brief The QSGContext holds the scene graph entry points for one QML engine.
The context is not ready for use until it has a QGLContext. Once that happens,
the scene graph population can start.
+
+ \internal
*/
QSGContext::QSGContext(QObject *parent) :