diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2014-03-25 11:04:11 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-25 13:15:34 +0100 |
commit | 8b11ddef023a18d362a9b09eb794c3eee9c2d958 (patch) | |
tree | 8513ac48212d7df326a3d57140560c76c00ab12f /src/sensors | |
parent | 971fc95eca1d9db93aa4bdb75793dfe83e4a97db (diff) | |
download | qtsensors-8b11ddef023a18d362a9b09eb794c3eee9c2d958.tar.gz |
Make it obvious what platforms are supported by QtSensors.
Also, this brings the front page layout somewhat further
in line with qtlocation & qtconnectivity API docs.
Change-Id: I5e54ae388892dcb2a806c4775828abcdc81eb79d
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/sensors')
-rw-r--r-- | src/sensors/doc/src/qtsensors.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sensors/doc/src/qtsensors.qdoc b/src/sensors/doc/src/qtsensors.qdoc index 002ecfe..639ca9b 100644 --- a/src/sensors/doc/src/qtsensors.qdoc +++ b/src/sensors/doc/src/qtsensors.qdoc @@ -34,6 +34,9 @@ The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces. The Qt Sensors API also provides a motion gesture recognition API for devices. + Currently the API is supported on \l{Qt for Android}{Android}, \l{Qt for BlackBerry}{BlackBerry 10}, + \l{Qt for iOS}{iOS}, \l{https://sailfishos.org}{SailFish} and \l{Qt for WinRT}{WinRT}. + \section1 Information for Application Writers Applications can access Qt Sensors using QML or C++. |