summaryrefslogtreecommitdiff
path: root/src/positioning/qgeocircle.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2014-12-16 17:32:38 -0800
committerThiago Macieira <thiago.macieira@intel.com>2014-12-18 21:04:43 +0100
commit5924aa508acd42da45106c9294c9721418eb868d (patch)
treecd8cbe8cd03c64188d5c6b36606bd02de53cd59b /src/positioning/qgeocircle.cpp
parent583697420c657c1813cb0f241d84663a2311fa99 (diff)
downloadqtlocation-5924aa508acd42da45106c9294c9721418eb868d.tar.gz
Remove Q_NO_USING_KEYWORD usage
Compilers that don't support the using keyword are too old Change-Id: I5337271984845bdecee058da9320197ccb6f6981 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/positioning/qgeocircle.cpp')
-rw-r--r--src/positioning/qgeocircle.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/positioning/qgeocircle.cpp b/src/positioning/qgeocircle.cpp
index 459ce824..6cacc7bc 100644
--- a/src/positioning/qgeocircle.cpp
+++ b/src/positioning/qgeocircle.cpp
@@ -57,20 +57,6 @@ QT_BEGIN_NAMESPACE
or if the radius is less than zero.
*/
-#ifdef Q_NO_USING_KEYWORD
-/*!
- \fn bool QGeoCircle::operator==(const QGeoShape &other) const
-
- Returns true if \a other is equal to this geo circle; otherwise returns false.
-*/
-
-/*!
- \fn bool QGeoCircle::operator!=(const QGeoShape &other) const
-
- Returns true if \a other is not equal to this geo circle; otherwise returns false.
-*/
-#endif
-
inline QGeoCirclePrivate *QGeoCircle::d_func()
{
return static_cast<QGeoCirclePrivate *>(d_ptr.data());