aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2013-11-05 15:12:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-07 14:41:37 +0100
commitabdb38773693745f5d2f8319b470bfbe0373cc1f (patch)
tree2718e11b9fd98af241f05e3b358c96d4c00c6431 /src
parentec6957371f83d1b3c24d3a6654f67661a496b1b2 (diff)
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 <yoann.lopes@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/androidextras/jni/qandroidjniobject.cpp4
1 files changed, 2 insertions, 2 deletions
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