summaryrefslogtreecommitdiffstats
path: root/src/core/services/qopenglinformationservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/services/qopenglinformationservice.cpp')
-rw-r--r--src/core/services/qopenglinformationservice.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/services/qopenglinformationservice.cpp b/src/core/services/qopenglinformationservice.cpp
index 593bc62af..e651d9fbe 100644
--- a/src/core/services/qopenglinformationservice.cpp
+++ b/src/core/services/qopenglinformationservice.cpp
@@ -42,6 +42,11 @@ QT_BEGIN_NAMESPACE
namespace Qt3D {
/*!
+ \class Qt3D::QOpenGLInformationServicePrivate
+ \internal
+*/
+
+/*!
\class Qt3D::QOpenGLInformationService
\inmodule Qt3DCore
\brief Interface for a Qt3D OpenGL information service
@@ -53,8 +58,9 @@ namespace Qt3D {
*/
/*!
- Creates an instance of QOpenGLInformationService. This constructor is protected
- so only subclasses can instantiate a QOpenGLInformationService object.
+ Creates an instance of QOpenGLInformationService, with a \a description for
+ the new service. This constructor is protected so only subclasses can
+ instantiate a QOpenGLInformationService object.
*/
QOpenGLInformationService::QOpenGLInformationService(const QString &description)
: QAbstractServiceProvider(QServiceLocator::OpenGLInformation, description)