From 933cc5dd3c955add50207f78c4f9dff2a77ce10b Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 30 Oct 2023 10:57:00 +0100 Subject: [PATCH] Doc: Specify correct include for QWaylandApplication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ø (cherry picked from commit cc921ad10408b03329caf6dcc62a432bf0feae31) Reviewed-by: Qt Cherry-pick Bot --- src/gui/platform/unix/qunixnativeinterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/platform/unix/qunixnativeinterface.cpp b/src/gui/platform/unix/qunixnativeinterface.cpp index 4c70e974cb3..82da2df96ae 100644 --- a/src/gui/platform/unix/qunixnativeinterface.cpp +++ b/src/gui/platform/unix/qunixnativeinterface.cpp @@ -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.