summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-06-20 16:25:00 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-06-21 06:27:34 +0000
commit240be1579d3c9ab8c7eeec9402b5a7ed0fae7abd (patch)
tree812107afe8719b0bf8d9cd29c03b68adb9c72474 /src
parent1b59c2f715d04ab1aae18dcdd74ecd2a890608a5 (diff)
Add Qt6 TODO for QBLuetoothDeviceInfo::DataCompleteness
The enum has very little use. Change-Id: I4767f59b9603fb46a18364a502696ceaa50376c3 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index 751c8384..5ff17e1c 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -189,6 +189,7 @@ public:
};
Q_DECLARE_FLAGS(ServiceClasses, ServiceClass)
+ //TODO Qt6 Remove DataCompleteness -> it serves no purpose
enum DataCompleteness {
DataComplete,
DataIncomplete,