From b49e67b4f77193c57e5e4202d8c4a820c8d06101 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 21 Aug 2014 12:04:09 +0200 Subject: [PATCH] Doc: Add Qt Platform Headers to All Modules page. And and a dependency to it, allowing the module's classes to be shown on the 'All C++ Classes' page. Change-Id: Ib1d570f3e268860cd933b6b164f59231a0b77775 Reviewed-by: Laszlo Agocs --- doc/config/qtdoc.qdocconf | 1 + doc/src/qtmodules.qdoc | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf index 2f9589445..d9aeb4f13 100644 --- a/doc/config/qtdoc.qdocconf +++ b/doc/config/qtdoc.qdocconf @@ -29,6 +29,7 @@ depends += \ qtnetwork \ qtnfc \ qtopengl \ + qtplatformheaders \ qtpositioning \ qtprintsupport \ qtqml \ diff --git a/doc/src/qtmodules.qdoc b/doc/src/qtmodules.qdoc index d24637569..f52c976ad 100644 --- a/doc/src/qtmodules.qdoc +++ b/doc/src/qtmodules.qdoc @@ -193,6 +193,13 @@ \li OpenGL support classes. \note Provided to ease porting from Qt 4.x. Please use the QOpenGL classes in \l{Qt GUI} for new code + \row + \li \l{Qt Platform Headers} + \li + \li + \li Provides classes that encapsulate platform-specific information, + tied to a given runtime configuration of a \l {Qt Platform Abstraction} + {platform plugin}. \row \li \l {Qt Positioning} \li All