From 2e02ae94975c324480bbb5c87106d7e098df1e7c Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Wed, 2 Jun 2021 17:01:07 +0300 Subject: [PATCH] Doc: mark private android classes as \preliminary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Those classes are temporary and will change in the future releases. Change-Id: I1d516e34977bd6f5ae9526704b021e616c4746f3 Reviewed-by: Topi Reiniƶ --- src/corelib/platform/android/qandroidextras.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/corelib/platform/android/qandroidextras.cpp b/src/corelib/platform/android/qandroidextras.cpp index 91e737e914d..22d7300d4b4 100644 --- a/src/corelib/platform/android/qandroidextras.cpp +++ b/src/corelib/platform/android/qandroidextras.cpp @@ -149,6 +149,7 @@ QAndroidBinder QAndroidParcelPrivate::readBinder() const /*! \class QAndroidParcel + \preliminary \inmodule QtCore \brief Wraps the most important methods of Android Parcel class. @@ -264,6 +265,7 @@ QJniObject QAndroidParcel::handle() const /*! \class QAndroidBinder + \preliminary \inmodule QtCore \brief Wraps the most important methods of Android Binder class. @@ -400,6 +402,7 @@ QJniObject QAndroidBinder::handle() const /*! \class QAndroidServiceConnection + \preliminary \inmodule QtCore \brief Wraps the most important methods of Android ServiceConnection class. @@ -524,6 +527,7 @@ public: /*! \class QAndroidActivityResultReceiver + \preliminary \inmodule QtCore \since 6.2 \brief Interface used for callbacks from onActivityResult() in the main Android activity. @@ -618,6 +622,7 @@ public: /*! \class QAndroidService + \preliminary \inmodule QtCore \brief Wraps the most important methods of Android Service class. @@ -686,6 +691,7 @@ QAndroidBinder* QAndroidService::onBind(const QAndroidIntent &/*intent*/) /*! \class QAndroidIntent + \preliminary \inmodule QtCore \brief Wraps the most important methods of Android Intent class.