summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-19 13:10:51 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-09-20 10:06:48 +0200
commit9b4c2e4fcbe8700f0cf95cda887476e9a2d3a545 (patch)
tree7c0f9cba3f86aa67a00572167bbe5925971a91f7
parent220ab35bfd864cb390e9051b9563587319f58bd4 (diff)
Doc: Replace WinRT with UWP in Qt Sensors module docs
The name of the platform offering in the docs was changed to "Qt for UWP", because WinRT is no longer supported. Task-number: QTBUG-61884 Change-Id: I9b824e630e040d1b9789981596c238615033fd69 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/sensors/doc/src/qtsensors.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sensors/doc/src/qtsensors.qdoc b/src/sensors/doc/src/qtsensors.qdoc
index cd03101a..782eef75 100644
--- a/src/sensors/doc/src/qtsensors.qdoc
+++ b/src/sensors/doc/src/qtsensors.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -35,7 +35,8 @@
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 iOS}{iOS}, \l{https://sailfishos.org}{SailFish} and \l{Qt for WinRT}{WinRT}.
+ \l{Qt for iOS}{iOS}, \l{https://sailfishos.org}{SailFish}, and
+ \l{Qt for UWP}{Universal Windows Platform (UWP)}.
\section1 Information for Application Writers