summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothuuid.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-05-22 14:20:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-26 08:47:59 +0200
commit34028376b21cef3647b47a120fb51192552d71ca (patch)
treec59b246584e57a7f38be2d5df76d61521466a994 /src/bluetooth/qbluetoothuuid.h
parentc843e302a1301f6c9843a2632089bbe65a41b105 (diff)
Add QBluetoothUuid::protocolToString()
[ChangeLog][QtBluetooth][General] Added QBluetoothUuid::protocolToString(QBluetoothUuid::ProtocolUuid) which returns a human-readable string for the given protocol uuid. Change-Id: I26b9a1b47b1254ac8a49091c2854d1cfab0c66d6 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/bluetooth/qbluetoothuuid.h')
-rw-r--r--src/bluetooth/qbluetoothuuid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothuuid.h b/src/bluetooth/qbluetoothuuid.h
index 46cff826..957a4ed2 100644
--- a/src/bluetooth/qbluetoothuuid.h
+++ b/src/bluetooth/qbluetoothuuid.h
@@ -174,6 +174,7 @@ public:
quint128 toUInt128() const;
static QString serviceClassToString(ServiceClassUuid uuid);
+ static QString protocolToString(ProtocolUuid uuid);
};
#ifndef QT_NO_DEBUG_STREAM