summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.h')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index c4fa01ec..f9da3b4d 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -262,10 +262,8 @@ public:
#endif
void setServiceUuids(const QVector<QBluetoothUuid> &uuids);
- // TODO Qt6 manufacturerData()
- // manufacturerData() and manufacturerData(quint16) return types should be modified to
- // cope with multiple data entires per manufacturer ID. QHash<quint16, QByteArray>
- // may stay though if it retains insertMulti() in Qt 6.
+ // TODO Qt6 manufacturerData() need to be changed to return
+ // QMultiHash<quint16, QByteArray>
QVector<quint16> manufacturerIds() const;
QByteArray manufacturerData(quint16 manufacturerId) const;
bool setManufacturerData(quint16 manufacturerId, const QByteArray &data);