mirror of https://github.com/qt/qtdoc.git
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 <laszlo.agocs@digia.com>
This commit is contained in:
parent
24b7e0aa78
commit
b49e67b4f7
|
@ -29,6 +29,7 @@ depends += \
|
|||
qtnetwork \
|
||||
qtnfc \
|
||||
qtopengl \
|
||||
qtplatformheaders \
|
||||
qtpositioning \
|
||||
qtprintsupport \
|
||||
qtqml \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue