summaryrefslogtreecommitdiffstats
path: root/src/connectivity/nfc/qnearfieldtagtype4_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectivity/nfc/qnearfieldtagtype4_symbian.cpp')
-rw-r--r--src/connectivity/nfc/qnearfieldtagtype4_symbian.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/connectivity/nfc/qnearfieldtagtype4_symbian.cpp b/src/connectivity/nfc/qnearfieldtagtype4_symbian.cpp
index 4df5539b1d..5e93782c9f 100644
--- a/src/connectivity/nfc/qnearfieldtagtype4_symbian.cpp
+++ b/src/connectivity/nfc/qnearfieldtagtype4_symbian.cpp
@@ -134,6 +134,11 @@ QVariant QNearFieldTagType4Symbian::decodeResponse(const QByteArray &command, co
result = response;
}
}
+ else
+ {
+ LOG("tag specific command");
+ result = response;
+ }
END
return result;
}