aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-03-04 18:28:44 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-03-06 18:09:00 +0000
commit63f7d2343409be60aa8d3106d7626f19f637c27b (patch)
treeb15fbe76d4c7d26ba0432a479d8978a1995b3816
parent4eb51defe10f4b97a3b6107ed4080311c0876a65 (diff)
Doc: Remove unused documentation for comparison overloadsv5.5.0-alpha1
this change amends 4eb51def Change-Id: I4bcbee03ba4ba44ad05db0b7bd38c208ff9d4e5a Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-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, ...)
{