summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo.cpp b/src/bluetooth/qbluetoothserviceinfo.cpp
index dc9f9e9a..927b9edd 100644
--- a/src/bluetooth/qbluetoothserviceinfo.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo.cpp
@@ -584,7 +584,7 @@ static void dumpAttributeVariant(QDebug dbg, const QVariant &var, const QString&
case 16:
dbg << QString::asprintf("%suuid %s\n",
indent.toUtf8().constData(),
- QByteArray(reinterpret_cast<const char *>(uuid.toUInt128().data), 16).toHex().constData());
+ uuid.toByteArray(QUuid::Id128).constData());
break;
default:
dbg << QString::asprintf("%suuid ???\n", indent.toUtf8().constData());