summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-08-20 20:56:34 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-08-21 07:52:48 +0000
commitb9e3ca7c32da3fdc4bfb6e4c7c540e66229f86ce (patch)
tree15435ddd36c7fc006f4bfc37852cf5c518416781
parent175dca8f8b3aff6e5659e7a40b0f2a3d241e9c3b (diff)
Spell QBluetoothDeviceInfo::manufacturerIds correctly
Amends 0f930cddefe386c6b6f65b8b11342c9e76876a9b Change-Id: Ic3769d30198d3607a1fee218d9f2e90b9addf2d3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp2
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp
index ce557912..11a60565 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.cpp
+++ b/src/bluetooth/qbluetoothdeviceinfo.cpp
@@ -571,7 +571,7 @@ QBluetoothDeviceInfo::DataCompleteness QBluetoothDeviceInfo::serviceUuidsComplet
\since 5.12
*/
-QVector<quint16> QBluetoothDeviceInfo::manufactuerIds() const
+QVector<quint16> QBluetoothDeviceInfo::manufacturerIds() const
{
Q_D(const QBluetoothDeviceInfo);
return d->manufacturerData.keys().toVector();
diff --git a/src/bluetooth/qbluetoothdeviceinfo.h b/src/bluetooth/qbluetoothdeviceinfo.h
index c69a7242..88b477d8 100644
--- a/src/bluetooth/qbluetoothdeviceinfo.h
+++ b/src/bluetooth/qbluetoothdeviceinfo.h
@@ -237,7 +237,7 @@ public:
QList<QBluetoothUuid> serviceUuids(DataCompleteness *completeness = nullptr) const;
DataCompleteness serviceUuidsCompleteness() const;
- QVector<quint16> manufactuerIds() const;
+ QVector<quint16> manufacturerIds() const;
QByteArray manufacturerData(quint16 manufacturerId) const;
void setManufacturerData(quint16 manufacturerId, const QByteArray &data);