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
parent
4e20b852bb
commit
cc921ad104
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue