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>
This commit is contained in:
Assam Boudjelthia 2021-06-02 17:01:07 +03:00
parent af738780d3
commit 2e02ae9497

View File

@ -149,6 +149,7 @@ QAndroidBinder QAndroidParcelPrivate::readBinder() const
/*! /*!
\class QAndroidParcel \class QAndroidParcel
\preliminary
\inmodule QtCore \inmodule QtCore
\brief Wraps the most important methods of Android Parcel class. \brief Wraps the most important methods of Android Parcel class.
@ -264,6 +265,7 @@ QJniObject QAndroidParcel::handle() const
/*! /*!
\class QAndroidBinder \class QAndroidBinder
\preliminary
\inmodule QtCore \inmodule QtCore
\brief Wraps the most important methods of Android Binder class. \brief Wraps the most important methods of Android Binder class.
@ -400,6 +402,7 @@ QJniObject QAndroidBinder::handle() const
/*! /*!
\class QAndroidServiceConnection \class QAndroidServiceConnection
\preliminary
\inmodule QtCore \inmodule QtCore
\brief Wraps the most important methods of Android ServiceConnection class. \brief Wraps the most important methods of Android ServiceConnection class.
@ -524,6 +527,7 @@ public:
/*! /*!
\class QAndroidActivityResultReceiver \class QAndroidActivityResultReceiver
\preliminary
\inmodule QtCore \inmodule QtCore
\since 6.2 \since 6.2
\brief Interface used for callbacks from onActivityResult() in the main Android activity. \brief Interface used for callbacks from onActivityResult() in the main Android activity.
@ -618,6 +622,7 @@ public:
/*! /*!
\class QAndroidService \class QAndroidService
\preliminary
\inmodule QtCore \inmodule QtCore
\brief Wraps the most important methods of Android Service class. \brief Wraps the most important methods of Android Service class.
@ -686,6 +691,7 @@ QAndroidBinder* QAndroidService::onBind(const QAndroidIntent &/*intent*/)
/*! /*!
\class QAndroidIntent \class QAndroidIntent
\preliminary
\inmodule QtCore \inmodule QtCore
\brief Wraps the most important methods of Android Intent class. \brief Wraps the most important methods of Android Intent class.