diff options
author | Assam Boudjelthia <[email protected]> | 2022-10-12 14:38:17 +0300 |
---|---|---|
committer | Assam Boudjelthia <[email protected]> | 2022-10-21 16:54:29 +0300 |
commit | 89e92a11e7b43a4f99c5a45f2cc641b3b59f5bcc (patch) | |
tree | 421d6434fc49a066ecd11a840505e358cfbcff7e | |
parent | 89f89cedc0e62f4b66de340da57d6c56dc61baf0 (diff) |
Android: fix include statement for Android Extras classes
use \inheaderfile QtCore/private/qandroidextras_p.h to override the
default include statement.
Pick-to: 6.4 6.2
Change-Id: I6ab691fc23d04b5f174729e9828039153bc05d1e
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Rami Potinkara <[email protected]>
Reviewed-by: Kai Koehne <[email protected]>
-rw-r--r-- | src/corelib/platform/android/qandroidextras.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/platform/android/qandroidextras.cpp b/src/corelib/platform/android/qandroidextras.cpp index ad51501250f..aa2d849d96f 100644 --- a/src/corelib/platform/android/qandroidextras.cpp +++ b/src/corelib/platform/android/qandroidextras.cpp @@ -117,6 +117,7 @@ QAndroidBinder QAndroidParcelPrivate::readBinder() const /*! \class QAndroidParcel + \inheaderfile QtCore/private/qandroidextras_p.h \preliminary \inmodule QtCorePrivate \brief Wraps the most important methods of Android Parcel class. @@ -233,6 +234,7 @@ QJniObject QAndroidParcel::handle() const /*! \class QAndroidBinder + \inheaderfile QtCore/private/qandroidextras_p.h \preliminary \inmodule QtCorePrivate \brief Wraps the most important methods of Android Binder class. @@ -370,6 +372,7 @@ QJniObject QAndroidBinder::handle() const /*! \class QAndroidServiceConnection + \inheaderfile QtCore/private/qandroidextras_p.h \preliminary \inmodule QtCorePrivate \brief Wraps the most important methods of Android ServiceConnection class. @@ -496,6 +499,7 @@ public: /*! \class QAndroidActivityResultReceiver + \inheaderfile QtCore/private/qandroidextras_p.h \preliminary \inmodule QtCorePrivate \since 6.2 @@ -591,6 +595,7 @@ public: /*! \class QAndroidService + \inheaderfile QtCore/private/qandroidextras_p.h \preliminary \inmodule QtCorePrivate \brief Wraps the most important methods of Android Service class. @@ -660,6 +665,7 @@ QAndroidBinder* QAndroidService::onBind(const QAndroidIntent &/*intent*/) /*! \class QAndroidIntent + \inheaderfile QtCore/private/qandroidextras_p.h \preliminary \inmodule QtCorePrivate \brief Wraps the most important methods of Android Intent class. |