summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-10-06 15:46:17 +0200
committerJerome Pasion <jerome.pasion@qt.io>2020-10-20 18:44:15 +0200
commitc99776facd7513b076f6c66131174a0c47f493b2 (patch)
tree0ec13a8c75ce5c189fa900dfea1787349f3a22c4 /doc/src/qmlapp
parentb24df371cd65fe8ff0ad7fa1e11f06fd13e1d03e (diff)
Update Mobile Development overview
Qt 6.0 doesn't support many of the Qt 5 mobile APIs and we need to re-emphasize the other parts of the mobile story. Task-number: QTBUG-87158 Change-Id: I08fb6d1941f8229d2f66971eddabe9f964f9ad8a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/src/qmlapp')
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index 0e0030de9..455643b99 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -151,22 +151,6 @@ in C++.
\endlist
\endlist
-\section1 Mobile Devices
-
-Several Qt modules provide QML APIs for networked and mobile devices. The QML
-types provide access to the Bluetooth, Near-Field Communications (NFC), and
-GPS-enabled devices.
-
-\list
-\li \l{Qt Positioning}
-\li \l{Qt Location}
-\li \l{Qt Bluetooth}
-\li \l{Qt NFC}
-\endlist
-
-For more information, visit the \l{Networking and Connectivity} and
-\l{Mobile APIs} pages.
-
\section1 Code Samples and Demos
To learn more about uses of QML code, there are several code samples which show