summaryrefslogtreecommitdiff
path: root/src/bluetooth/lecmaccalculator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/lecmaccalculator.cpp')
-rw-r--r--src/bluetooth/lecmaccalculator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/lecmaccalculator.cpp b/src/bluetooth/lecmaccalculator.cpp
index b150466e..475e46a8 100644
--- a/src/bluetooth/lecmaccalculator.cpp
+++ b/src/bluetooth/lecmaccalculator.cpp
@@ -169,7 +169,7 @@ bool LeCmacCalculator::verify(const QByteArray &message, const quint128 &csrk,
#ifdef CONFIG_LINUX_CRYPTO_API
const quint64 actualMac = calculateMac(message, csrk);
if (actualMac != expectedMac) {
- qCWarning(QT_BT_BLUEZ) << hex << "signature verification failed: calculated mac:"
+ qCWarning(QT_BT_BLUEZ) << Qt::hex << "signature verification failed: calculated mac:"
<< actualMac << "expected mac:" << expectedMac;
return false;
}