Doc: fix warnings from incorrect signatures in QJniArray
Amends a6b1f80cd6c833f6eb2fbfb778254cd7fcbc000f. Change-Id: I40c7b6e756ddb7a4f4fe477e0ec2e42bc97ba027 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit dc2b94551c21c6957c4b266647e4aad7cce1e60c) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
d9c38b66aa
commit
0f62cc21f5
@ -235,7 +235,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template <typename T> template <typename Other, if_convertible<Other>> QJniArray<T>::QJniArray(const QJniArray<Other> &other)
|
||||
\fn template <typename T> template <typename Other, if_convertible<Other>> QJniArray<T>::QJniArray(QJniArray<Other> &&other)
|
||||
|
||||
Constructs a QJniArray that is a copy of \a other, with both objects referencing
|
||||
the same Java array object.
|
||||
@ -399,8 +399,7 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template <typename T> template <typename Container>
|
||||
Container QJniArray<T>::toContainer(Container &&container) const
|
||||
\fn template <typename T> template <typename Container> Container QJniArray<T>::toContainer(Container &&container) const
|
||||
|
||||
\return a container populated with the data in the wrapped Java array.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user