summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-03-21 16:24:28 +0100
committerIvan Solovev <ivan.solovev@qt.io>2023-03-22 15:20:53 +0100
commitdf289a72abe1fc46b5b029b2a6e27f80a198dc9f (patch)
tree2097e5efc41e92a09363d8de9e395a39390e06ec /src
parent63c2b7b2d62a97895be00a6c5b718e6d319d6b5f (diff)
Remove PingPong example
The example contains a lot of rather complicated code, which is not directly related to the demonstrated Bluetooth features. Remove it in favor of BtChat example, which demonstrates the same Bluetooth features in a much more compact and understandable way. Task-number: QTBUG-111972 Pick-to: 6.5 6.5.0 Change-Id: Iccb2598fa6e88816697286b2252858f35a635ee5 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/doc/src/bluetooth-index.qdoc1
-rw-r--r--src/bluetooth/doc/src/examples.qdoc3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc
index 385c383b..5a2f45a6 100644
--- a/src/bluetooth/doc/src/bluetooth-index.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-index.qdoc
@@ -160,7 +160,6 @@ quick way to enable all QtBluetooth logging is to add the following line to the
\list
\li QML
\list
- \li \l {pingpong}{QML Bluetooth PingPong}
\li \l {heartrate-game}{Bluetooth Low Energy Heart Rate Game}
\li \l {heartrate-server}{Bluetooth Low Energy Heart Rate Server}
\li \l {lowenergyscanner}{Bluetooth Low Energy Scanner}
diff --git a/src/bluetooth/doc/src/examples.qdoc b/src/bluetooth/doc/src/examples.qdoc
index 4d9969f9..3a74de38 100644
--- a/src/bluetooth/doc/src/examples.qdoc
+++ b/src/bluetooth/doc/src/examples.qdoc
@@ -31,9 +31,6 @@
\li Example
\li Description
\row
- \li \l{pingpong}{QML Bluetooth PingPong}
- \li Ping pong game demonstrating Bluetooth socket communication between two devices.
- \row
\li \l{heartrate-game}{QML Bluetooth Low Energy Heart Rate Game}
\li Connect to Bluetooth Low Energy heart rate belts and receive
measurements such as the current pulse.