summaryrefslogtreecommitdiff
path: root/src/positioning/qgeorectangle.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/qgeorectangle.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/qgeorectangle.cpp')
-rw-r--r--src/positioning/qgeorectangle.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/positioning/qgeorectangle.cpp b/src/positioning/qgeorectangle.cpp
index d514edf9..b260bbb2 100644
--- a/src/positioning/qgeorectangle.cpp
+++ b/src/positioning/qgeorectangle.cpp
@@ -67,26 +67,6 @@ QT_BEGIN_NAMESPACE
in the center of the geo rectangle.
*/
-#ifdef Q_NO_USING_KEYWORD
-/*!
- \fn bool QGeoRectangle::operator==(const QGeoShape &other) const
-
- Returns true if \a other is equivalent to this geo rectangle; otherwise returns false.
-*/
-
-/*!
- \fn bool QGeoRectangle::operator!=(const QGeoShape &other) const
-
- Returns true if \a other is not equivalent to this geo rectangle; otherwise returns false.
-*/
-
-/*!
- \fn bool QGeoRectangle::contains(const QGeoCoordinate &coordinate) const
-
- Returns true if \a coordinate is within this geo rectangle; otherwise returns false.
-*/
-#endif
-
inline QGeoRectanglePrivate *QGeoRectangle::d_func()
{
return static_cast<QGeoRectanglePrivate *>(d_ptr.data());