From a9bf0a987717e2764d7a49eba8a53966dbb87091 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Wed, 2 Dec 2020 17:08:16 +0100 Subject: Remove documentation about DataCompleteness enum, which was removed 'QBluetoothDeviceInfo::DataCompleteness was deprecated in 5.13 and removed for Qt 6. This patch removes the corresponding documentation. Change-Id: I26eb7ac6f71788cd237fce25b8bb86f0ea0b7ba6 Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothdeviceinfo.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp index 36c59c47..52fcb2b0 100644 --- a/src/bluetooth/qbluetoothdeviceinfo.cpp +++ b/src/bluetooth/qbluetoothdeviceinfo.cpp @@ -249,17 +249,6 @@ QT_BEGIN_NAMESPACE \value AllServices The device provides services of all types. */ -/*! - \enum QBluetoothDeviceInfo::DataCompleteness - - This enum describes the completeness of the received data. - - \value DataComplete The data is complete. - \value DataIncomplete The data is incomplete. Addition datum is available via other - interfaces. - \value DataUnavailable No data is available. -*/ - /*! \enum QBluetoothDeviceInfo::CoreConfiguration \since 5.4 -- cgit v1.2.3