aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-03-17 16:37:25 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-03-17 16:37:25 +0100
commitc3edc76d7c621ddd9015eb9992415be34cf36112 (patch)
tree0c3992e27bc7458051a9de162f3830b56c818a3d
parent01209b22bb7cbb6a18314530e1af8088d30b6bdd (diff)
parent63f7d2343409be60aa8d3106d7626f19f637c27b (diff)
Merge remote-tracking branch 'origin/5.5' into dev
-rw-r--r--src/androidextras/jni/qandroidjniobject.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/androidextras/jni/qandroidjniobject.cpp b/src/androidextras/jni/qandroidjniobject.cpp
index 45ee506..ca26f8a 100644
--- a/src/androidextras/jni/qandroidjniobject.cpp
+++ b/src/androidextras/jni/qandroidjniobject.cpp
@@ -684,42 +684,12 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \fn bool operator==(const QAndroidJniObject &o1, T o2)
- \relates QAndroidJniObject
-
- Returns true if both objects, \a o1 and \a o2, are referencing the same Java object, or if both
- are NULL. In any other cases false will be returned.
-*/
-
-/*!
- \fn bool operator==(T o1, const QAndroidJniObject &o2)
- \relates QAndroidJniObject
-
- Returns true if both objects, \a o1 and \a o2, are referencing the same Java object, or if both
- are NULL. In any other cases false will be returned.
-*/
-
-/*!
\fn bool operator!=(const QAndroidJniObject &o1, const QAndroidJniObject &o2)
\relates QAndroidJniObject
Returns true if \a o1 holds a reference to a different object then \a o2.
*/
-/*!
- \fn bool operator!=(const QAndroidJniObject &o1, T o2)
- \relates QAndroidJniObject
-
- Returns true if \a o1 holds a reference to a different object then \a o2.
-*/
-
-/*!
- \fn bool operator!=(T o1, const QAndroidJniObject &o2)
- \relates QAndroidJniObject
-
- Returns true if \a o1 is referencing a different object then \a o2.
-*/
-
QAndroidJniObject::QAndroidJniObject(const char *className, const char *sig, ...)
{