summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2020-05-13 16:11:26 +0200
committerAlex Blasche <alexander.blasche@qt.io>2020-05-14 14:53:31 +0200
commit37741c21d44e47b70fa8538dca1b29d5bc992793 (patch)
treeb977315cee235e01ef17cd2c7275a8ce2762ccd5 /src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp
parentc580f1fcad437174e83ce5857f285ce533af9b69 (diff)
Remove QBluetoothDeviceDiscoveryAgent::inquiryType property
This removes the property itself and all related public API interfaces (incl. InquiryType enum, property getter and setter). [ChangeLog][QtBluetooth][QBluetoothDeviceDiscoveryAgent] Removed inquiryType property and related API elements. The property was never implemented except for the publicly facing API. Task-number: QTBUG-75344 Change-Id: I775f74615294646fa8f7ee9801df2f6c6919e56d Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp')
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp
index 243be3b2..7053df82 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp
@@ -92,7 +92,6 @@ QBluetoothDeviceDiscoveryAgentPrivate::QBluetoothDeviceDiscoveryAgentPrivate(
extendedDiscoveryTimer.setInterval(10000);
extendedDiscoveryTimer.setSingleShot(true);
}
- inquiryType = QBluetoothDeviceDiscoveryAgent::GeneralUnlimitedInquiry;
}
QBluetoothDeviceDiscoveryAgentPrivate::~QBluetoothDeviceDiscoveryAgentPrivate()