From 63f7d2343409be60aa8d3106d7626f19f637c27b Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 4 Mar 2015 18:28:44 +0100 Subject: Doc: Remove unused documentation for comparison overloads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this change amends 4eb51def Change-Id: I4bcbee03ba4ba44ad05db0b7bd38c208ff9d4e5a Reviewed-by: Christian Stromme Reviewed-by: Topi Reiniƶ --- src/androidextras/jni/qandroidjniobject.cpp | 30 ----------------------------- 1 file changed, 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 @@ -683,22 +683,6 @@ QT_BEGIN_NAMESPACE are NULL. In any other cases false will be returned. */ -/*! - \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 @@ -706,20 +690,6 @@ QT_BEGIN_NAMESPACE 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, ...) { -- cgit v1.2.3