summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2021-06-02 17:01:07 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2021-06-03 13:00:36 +0300
commit2e02ae94975c324480bbb5c87106d7e098df1e7c (patch)
tree10fe5ad12bb7af6b714845ec8197e85d3d30cdd4 /src/corelib
parentaf738780d3efea14733c5a3b5540fa715cd6bca6 (diff)
Doc: mark private android classes as \preliminary
Those classes are temporary and will change in the future releases. Change-Id: I1d516e34977bd6f5ae9526704b021e616c4746f3 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/platform/android/qandroidextras.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/platform/android/qandroidextras.cpp b/src/corelib/platform/android/qandroidextras.cpp
index 91e737e914..22d7300d4b 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.