summaryrefslogtreecommitdiff
path: root/src/nfc/targetemulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/targetemulator.cpp')
-rw-r--r--src/nfc/targetemulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/targetemulator.cpp b/src/nfc/targetemulator.cpp
index 80555593..4b347208 100644
--- a/src/nfc/targetemulator.cpp
+++ b/src/nfc/targetemulator.cpp
@@ -370,7 +370,7 @@ QByteArray NfcTagType2::processCommand(const QByteArray &command)
return NACK;
default:
- qDebug() << "Unknown opcode for Tag Type 2" << hex << opcode;
+ qDebug() << "Unknown opcode for Tag Type 2" << Qt::hex << opcode;
qDebug() << "command:" << command.toHex();
return NACK;