diff --git a/src/corelib/doc/src/qtcore.qdoc b/src/corelib/doc/src/qtcore.qdoc index a46add13425..ea65d68da58 100644 --- a/src/corelib/doc/src/qtcore.qdoc +++ b/src/corelib/doc/src/qtcore.qdoc @@ -19,10 +19,11 @@ \module QtCorePrivate \title Qt Core Private C++ Classes \qtvariable core-private + \qtcmakepackage Core + \qtcmaketargetitem CorePrivate \preliminary \brief Provides private core functionality. -//! [qtcoreprivate-usage] When building with CMake, use the following commands to use private Qt Core APIs: @@ -30,5 +31,4 @@ find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::CorePrivate) \endcode -//! [qtcoreprivate-usage] */ diff --git a/src/corelib/platform/android/qandroidextras.cpp b/src/corelib/platform/android/qandroidextras.cpp index 662ba993c71..1381e8ba0f8 100644 --- a/src/corelib/platform/android/qandroidextras.cpp +++ b/src/corelib/platform/android/qandroidextras.cpp @@ -126,8 +126,6 @@ QAndroidBinder QAndroidParcelPrivate::readBinder() const \l {https://developer.android.com/reference/android/os/Parcel.html}{Android Parcel} methods. - \include qtcore.qdoc qtcoreprivate-usage - \since 6.2 */ @@ -245,8 +243,6 @@ QJniObject QAndroidParcel::handle() const \l {https://developer.android.com/reference/android/os/Binder.html}{Android Binder} methods. - \include qtcore.qdoc qtcoreprivate-usage - \since 6.2 */ @@ -387,8 +383,6 @@ QJniObject QAndroidBinder::handle() const It is useful when you perform a QtAndroidPrivate::bindService operation. - \include qtcore.qdoc qtcoreprivate-usage - \since 6.2 */ @@ -514,7 +508,6 @@ public: Create a subclass of this class to be notified of the results when using the \c QtAndroidPrivate::startActivity() and \c QtAndroidPrivate::startIntentSender() APIs. - \include qtcore.qdoc qtcoreprivate-usage */ /*! @@ -612,8 +605,6 @@ public: \l {https://developer.android.com/reference/android/app/Service.html}{Android Service} methods. - \include qtcore.qdoc qtcoreprivate-usage - \since 6.2 */ @@ -723,8 +714,6 @@ bool QtAndroidPrivate::registerExtrasNatives(QJniEnvironment &env) \l {https://developer.android.com/reference/android/content/Intent.html}{Android Intent} methods. - \include qtcore.qdoc qtcoreprivate-usage - \since 6.2 */ @@ -850,8 +839,6 @@ QJniObject QAndroidIntent::handle() const \brief The QtAndroidPrivate namespace provides miscellaneous functions to aid Android development. \inheaderfile QtCore/private/qandroidextras_p.h - - \include qtcore.qdoc qtcoreprivate-usage */ /*!