summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocameracapabilities.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-03-14 11:27:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-15 12:38:17 +0100
commitb827cee44697b3766543870be7c5bcbb89f0c692 (patch)
tree45e7a5c49de5e41977bd6494ba68bb9529e28f7d /src/location/maps/qgeocameracapabilities.cpp
parentb36948312d237924f268f5c1308abea3911e0d92 (diff)
downloadqtlocation-b827cee44697b3766543870be7c5bcbb89f0c692.tar.gz
Docs: Bug-6677 fix for items 001-003.
Change-Id: I8da3e2e445782eccec379a54823d39df7ed8d9f8 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/maps/qgeocameracapabilities.cpp')
-rw-r--r--src/location/maps/qgeocameracapabilities.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeocameracapabilities.cpp b/src/location/maps/qgeocameracapabilities.cpp
index 0bf30b1c..47def7c9 100644
--- a/src/location/maps/qgeocameracapabilities.cpp
+++ b/src/location/maps/qgeocameracapabilities.cpp
@@ -265,7 +265,7 @@ bool QGeoCameraCapabilities::supportsTilting() const
Sets the minimum tilt supported by the associated plugin to \a minimumTilt.
The value is in degrees where 0 is equivalent to 90 degrees between
- the line of view and earth's surface i.e. looking straight down to earth.
+ the line of view and earth's surface, that is, looking straight down to earth.
*/
void QGeoCameraCapabilities::setMinimumTilt(double minimumTilt)
{
@@ -277,7 +277,7 @@ void QGeoCameraCapabilities::setMinimumTilt(double minimumTilt)
Returns the minimum tilt supported by the associated plugin.
The value is in degrees where 0 is equivalent to 90 degrees between
- the line of view and earth's surface i.e. looking straight down to earth.
+ the line of view and earth's surface, that is, looking straight down to earth.
*/
double QGeoCameraCapabilities::minimumTilt() const
{
@@ -289,7 +289,7 @@ double QGeoCameraCapabilities::minimumTilt() const
Sets the maximum tilt supported by the associated plugin to \a maximumTilt.
The value is in degrees where 0 is equivalent to 90 degrees between
- the line of view and earth's surface i.e. looking straight down to earth.
+ the line of view and earth's surface, that is, looking straight down to earth.
*/
void QGeoCameraCapabilities::setMaximumTilt(double maximumTilt)
{
@@ -301,7 +301,7 @@ void QGeoCameraCapabilities::setMaximumTilt(double maximumTilt)
Returns the maximum tilt supported by the associated plugin.
The value is in degrees where 0 is equivalent to 90 degrees between
- the line of view and earth's surface i.e. looking straight down to earth.
+ the line of view and earth's surface, that is, looking straight down to earth.
*/
double QGeoCameraCapabilities::maximumTilt() const
{