diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2014-03-25 11:11:45 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-04-02 13:25:30 +0200 |
commit | 2ef8b396dc5e09f81d566047a746c7e6cb03d330 (patch) | |
tree | e00ce69c2fbdfe42e9fc0a21b79ed088e91a9693 /src/location/doc | |
parent | 37f923f2f95aa36d56d69ec8f112b20d83fe1db8 (diff) | |
download | qtlocation-2ef8b396dc5e09f81d566047a746c7e6cb03d330.tar.gz |
Document supported/available platforms for QtLocation & QtPositioning.
The synchronizes the API doc's front page layout with qtconnectivity and
qtsensors.
Change-Id: I91e966f3c3ac3638e697340eabbfb529f9feaf2c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/location/doc')
-rw-r--r-- | src/location/doc/src/qtlocation.qdoc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc index 032f5448..2be4173a 100644 --- a/src/location/doc/src/qtlocation.qdoc +++ b/src/location/doc/src/qtlocation.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the documentation of the Qt Toolkit. @@ -62,13 +62,16 @@ /*! \page qtlocation-index.html \title Qt Location -\brief The Qt Location API provides positioning, mapping, navigation, and place search +\brief The Qt Location API provides mapping, navigation, and place search via QML and C++ interfaces. \ingroup technology-apis -The Qt Location API provides positioning, mapping, navigation, and place search via QML +The Qt Location API provides mapping, navigation, and place search via QML and C++ interfaces. +The API has not been released yet but due to its platform-independent nature is available +on all Qt platforms. + \section1 Overview The Qt Location API gives developers the ability to determine a position by |