aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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