From cc921ad10408b03329caf6dcc62a432bf0feae31 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.6 6.5 Change-Id: Ib3b120e3ce6b5d4df74078a21bb137adaaffa2ce Reviewed-by: Tor Arne Vestbø --- 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 4c70e974cb..82da2df96a 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.