qtconnectivity/tests/auto/qbluetoothdeviceinfo
Andreas Buhr 66bb9839db Use scoped enum for constants in QBluetoothUuid
QBluetoothUuid contains enums for ProtocolUuid, ServiceClassUuid,
CharacteristicType and DescriptorType. So far, they all
put their constants directly into the QBluetoothUuid
namespace, making it easy to mix them up. This patch changes
those to scoped enums. That way, each enum has its items in
its own namespace.

Change-Id: I86ea08ff31009dc8073d84cfe678e27920d693f7
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2021-03-11 13:01:51 +01:00
..
CMakeLists.txt remove QtConcurrent dependency 2021-03-04 10:59:10 +01:00
tst_qbluetoothdeviceinfo.cpp Use scoped enum for constants in QBluetoothUuid 2021-03-11 13:01:51 +01:00