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/positioning/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/positioning/doc')
-rw-r--r-- | src/positioning/doc/src/qtpositioning.qdoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/positioning/doc/src/qtpositioning.qdoc b/src/positioning/doc/src/qtpositioning.qdoc index 091b8c77..88235212 100644 --- a/src/positioning/doc/src/qtpositioning.qdoc +++ b/src/positioning/doc/src/qtpositioning.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. @@ -25,9 +25,6 @@ ** ****************************************************************************/ - - - /*! \module QtPositioning \title Qt Positioning C++ Classes @@ -64,6 +61,10 @@ The Qt Positioning API provides positioning information via QML and C++ interfaces. +Currently the API is supported on \l{Qt for Android}{Android}, +\l{Qt for BlackBerry}{BlackBerry 10}, \l{Qt for iOS}{iOS} and +\l{Qt for Linux/X11}{Linux} (using \l{http://www.freedesktop.org/wiki/Software/GeoClue}{GeoClue}). + \section1 Overview The Qt Positioning API gives developers the ability to determine a position by |