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.5
Change-Id: Ib3b120e3ce6b5d4df74078a21bb137adaaffa2ce
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit cc921ad10408b03329caf6dcc62a432bf0feae31)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Paul Wicking 2023-10-30 10:57:00 +01:00 committed by Qt Cherry-pick Bot
parent 575b9117f9
commit 933cc5dd3c

View File

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