From 19a5273e05c3e84b4b29f648230eb5c15d362a46 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Wed, 22 Dec 2021 15:33:01 +0100 Subject: [PATCH] Fix QtAndroidPrivate namespace documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the documentation to show the actual header and module Fixes: QTBUG-99335 Pick-to: 6.3 6.2 Change-Id: I333a5a95a448fdf3e08801bf794c93b87cd1f81f Reviewed-by: Topi Reiniƶ Reviewed-by: Nicholas Bennett --- src/corelib/platform/android/qandroidextras.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/corelib/platform/android/qandroidextras.cpp b/src/corelib/platform/android/qandroidextras.cpp index d4343588121..1addb6f9e97 100644 --- a/src/corelib/platform/android/qandroidextras.cpp +++ b/src/corelib/platform/android/qandroidextras.cpp @@ -824,10 +824,11 @@ QJniObject QAndroidIntent::handle() const /*! \namespace QtAndroidPrivate \preliminary - \inmodule QtCore + \inmodule QtCorePrivate \since 6.2 - \brief The QtAndroid namespace provides miscellaneous functions to aid Android development. - \inheaderfile QtAndroid + \brief The QtAndroidPrivate namespace provides miscellaneous functions + to aid Android development. + \inheaderfile QtCore/private/qandroidextras_p.h */ /*!