summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-13 16:10:08 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-16 14:17:38 +0200
commit680537e519c859c79251da94fa15740d87b5ca35 (patch)
treeb000920fc26f4a230361bd770c42c5477602e2d2 /src/bluetooth/qbluetoothuuid.cpp
parent856fa57a431077febf11fea27d8c63091623126d (diff)
Don't construct QBluetoothUuid via string parsing
This improves conversion performance. Change-Id: Ib78b2a6e24d0f44723be0bfb63b6aafc965188a6 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/qbluetoothuuid.cpp')
-rw-r--r--src/bluetooth/qbluetoothuuid.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothuuid.cpp b/src/bluetooth/qbluetoothuuid.cpp
index b68e6e1f..3f8487b4 100644
--- a/src/bluetooth/qbluetoothuuid.cpp
+++ b/src/bluetooth/qbluetoothuuid.cpp
@@ -470,6 +470,8 @@ QBluetoothUuid::QBluetoothUuid(quint32 uuid)
/*!
Constructs a new Bluetooth UUID from the 128 bit \a uuid.
+
+ Note that \a uuid must be in big endian order.
*/
QBluetoothUuid::QBluetoothUuid(quint128 uuid)
{