summaryrefslogtreecommitdiff
path: root/src/location/location.pro
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-06-19 12:55:53 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-21 04:09:32 +0200
commit6b68304f59de5fa3f6c861186d98b0c7fe54a4ba (patch)
tree1d94a6db5a3ad399149e44510a86c008c58814f2 /src/location/location.pro
parent4b10442e2e83bf7440837e469af344579d1ad9d5 (diff)
downloadqtlocation-6b68304f59de5fa3f6c861186d98b0c7fe54a4ba.tar.gz
Rename QGeoBoundingArea and related classes to QGeoShape.
QGeoBoundingArea is used for describing more than just a bounding area. Renaming it to a more appropriate name, QGeoShape. The same is done for subclasses and QML equivalents. In C++: QGeoBoundingArea -> QGeoShape QGeoBoundingCircle -> QGeoCircle QGeoBoundingBox -> QGeoRectangle In QML: BoundingArea -> GeoShape BoundingCircle -> GeoCircle BoundingBox -> GeoRectangle Change-Id: I93c6df8f1b6c5179ed52fd8354a05f709063b1cf Reviewed-by: abcd <amos.choy@nokia.com>
Diffstat (limited to 'src/location/location.pro')
-rw-r--r--src/location/location.pro21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/location/location.pro b/src/location/location.pro
index 45fe54d7..7d76f851 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -21,9 +21,9 @@ include(places/places.pri)
PUBLIC_HEADERS += \
qgeoaddress.h \
qgeoareamonitor.h \
- qgeoboundingarea.h \
- qgeoboundingbox.h \
- qgeoboundingcircle.h \
+ qgeoshape.h \
+ qgeorectangle.h \
+ qgeocircle.h \
qgeocoordinate.h \
qgeolocation.h \
qgeopositioninfo.h \
@@ -37,9 +37,9 @@ PUBLIC_HEADERS += \
PRIVATE_HEADERS += \
qgeoaddress_p.h \
- qgeoboundingarea_p.h \
- qgeoboundingbox_p.h \
- qgeoboundingcircle_p.h \
+ qgeoshape_p.h \
+ qgeorectangle_p.h \
+ qgeocircle_p.h \
qgeolocation_p.h \
qlocationutils_p.h \
qnmeapositioninfosource_p.h \
@@ -52,9 +52,9 @@ HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
SOURCES += \
qgeoaddress.cpp \
qgeoareamonitor.cpp \
- qgeoboundingarea.cpp \
- qgeoboundingbox.cpp \
- qgeoboundingcircle.cpp \
+ qgeoshape.cpp \
+ qgeorectangle.cpp \
+ qgeocircle.cpp \
qgeocoordinate.cpp \
qgeolocation.cpp \
qgeopositioninfo.cpp \
@@ -65,5 +65,4 @@ SOURCES += \
qnmeapositioninfosource.cpp \
qgeoareamonitor_polling.cpp \
qgeopositioninfosourcefactory.cpp \
- qtlocation.cpp
-
+ qtlocation.cpp \