summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-07-20 13:16:52 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-07-25 05:52:15 +0000
commit71a0d199a29001cc31bfde15aabcc53cf88aae1e (patch)
tree73e6cb25a509102474cd8126fa559a0467e9a6b7 /src/bluetooth/qbluetoothdeviceinfo.h
parent09d30048e6cf8a86507bda1872fd7d9f653ec9ed (diff)
Document the meaning of QBluetoothDeviceInfo::minorDeviceClass()
A naming inconsistency was discovered and a related Qt 6 TODO was added. Change-Id: I171f8480009a3fc8c3ddc39cc2da03cf4a6eb9db Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index a39b593f..b0f0a592 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -52,7 +52,7 @@ public:
MiscellaneousDevice = 0,
ComputerDevice = 1,
PhoneDevice = 2,
- LANAccessDevice = 3,
+ LANAccessDevice = 3, // TODO Qt 6 rename to NetworkDevice -> inconsistency with MinorNetworkClass
AudioVideoDevice = 4,
PeripheralDevice = 5,
ImagingDevice = 6,