From 148d9875679bbc8954bc2f354bc39ffef309e2bc Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Mon, 22 Feb 2021 14:04:00 +0100 Subject: Remove QML API from QtBluetooth This patch removes the BluetoothDiscoveryModel, QDeclarativeBluetoothService, and QDeclarativeBluetoothSocket. It also removes the "scanner" example and the "chat" example, both using BluetoothDiscoveryModel. Fixes: QTBUG-75354 Task-number: QTBUG-62877 Change-Id: Id9f6a75330e81c97ae9cd3fcaec793d0224ce72b Reviewed-by: Alex Blasche --- src/bluetooth/doc/src/bluetooth-index.qdoc | 2 -- src/bluetooth/doc/src/examples.qdoc | 6 ------ 2 files changed, 8 deletions(-) (limited to 'src/bluetooth/doc/src') diff --git a/src/bluetooth/doc/src/bluetooth-index.qdoc b/src/bluetooth/doc/src/bluetooth-index.qdoc index 4f301e88..dd2c156f 100644 --- a/src/bluetooth/doc/src/bluetooth-index.qdoc +++ b/src/bluetooth/doc/src/bluetooth-index.qdoc @@ -187,9 +187,7 @@ A quick way to enable all QtBluetooth logging is to add the following line to th \list \li QML \list - \li \l {scanner}{QML Bluetooth Scanner} \li \l {pingpong}{QML Bluetooth PingPong} - \li \l {chat}{QML Bluetooth Chat} \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 9cfc1b1d..161f80f8 100644 --- a/src/bluetooth/doc/src/examples.qdoc +++ b/src/bluetooth/doc/src/examples.qdoc @@ -57,15 +57,9 @@ \header \li Example \li Description - \row - \li \l{chat}{QML Bluetooth Chat Example} - \li Simple chat client via Bluetooth. \row \li \l{pingpong}{QML Bluetooth PingPong} \li Ping pong game demonstrating Bluetooth socket communication between two devices. - \row - \li \l{scanner}{QML Bluetooth Scanner} - \li Scan for Bluetooth devices and services. \row \li \l{heartrate-game}{QML Bluetooth Low Energy Heart Rate Game} \li Connect to Bluetooth Low Energy heart rate belts and receive -- cgit v1.2.3