Doc: Specify correct include for QWaylandApplication

QDoc automatically generates include statements for types, by a set of
rules used to determine Qt's convenience header. For the
`QWaylandApplication` struct, no such convenience header is generated.

Use QDoc's `\inheaderfile` command to specify the correct header for
access to `QWaylandApplication`.

Fixes: QTBUG-118315
Pick-to: 6.6 6.5
Change-Id: Ib3b120e3ce6b5d4df74078a21bb137adaaffa2ce
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Paul Wicking 2023-10-30 10:57:00 +01:00
parent 4e20b852bb
commit cc921ad104
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ QT_DEFINE_PRIVATE_NATIVE_INTERFACE(QEvdevKeyMapper);
/*!
\class QNativeInterface::QWaylandApplication
\inheaderfile QGuiApplication
\since 6.5
\brief Native interface to a Wayland application.