summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdeviceinfo.cpp
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 /src/bluetooth/qbluetoothdeviceinfo.cpp
parent175dca8f8b3aff6e5659e7a40b0f2a3d241e9c3b (diff)
Spell QBluetoothDeviceInfo::manufacturerIds correctly
Amends 0f930cddefe386c6b6f65b8b11342c9e76876a9b Change-Id: Ic3769d30198d3607a1fee218d9f2e90b9addf2d3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothdeviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothdeviceinfo.cpp2
1 files changed, 1 insertions, 1 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();