From abdb38773693745f5d2f8319b470bfbe0373cc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Str=C3=B8mme?= Date: Tue, 5 Nov 2013 15:12:56 +0100 Subject: Fix note about jni references in documentation. QAndroidJniObject does not manage user created references regardless of them being local or global refs. Change-Id: I4afa8aba8d53f35d83d36758946d4b0f0cb5734a Reviewed-by: Yoann Lopes --- src/androidextras/jni/qandroidjniobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/androidextras/jni/qandroidjniobject.cpp b/src/androidextras/jni/qandroidjniobject.cpp index dafd145..1057650 100644 --- a/src/androidextras/jni/qandroidjniobject.cpp +++ b/src/androidextras/jni/qandroidjniobject.cpp @@ -144,8 +144,8 @@ QT_BEGIN_NAMESPACE release it when you are done, or construct a new QAndroidJniObject and let it manage the lifetime of the Java object. \sa object() - \note The QAndroidJniObject does only manage it's own references, if you construct a QAndroidJniObject from a - global reference that reference will not be released by the QAndroidJniObject. + \note The QAndroidJniObject does only manage its own references, if you construct a QAndroidJniObject from a + global or local reference that reference will not be released by the QAndroidJniObject. \section1 JNI Types -- cgit v1.2.3