summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldtarget.cpp
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-02-27 16:01:29 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-28 10:45:00 +0100
commit6d463e32c83755bac5a11a468b64bc98fd629e58 (patch)
tree990188f38563629ac08af7d57eb8cc2537f59a72 /src/nfc/qnearfieldtarget.cpp
parent42fcc4d413424cecb7aa0be2b8cc2503b42fe408 (diff)
No more NFC on Symbian.
Change-Id: Id1355d5c7a56de3b031945f226d9c52897020c8b Reviewed-by: Michael Zanetti <michael.zanetti@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/nfc/qnearfieldtarget.cpp')
-rw-r--r--src/nfc/qnearfieldtarget.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nfc/qnearfieldtarget.cpp b/src/nfc/qnearfieldtarget.cpp
index f5101b9c..f4aec1d6 100644
--- a/src/nfc/qnearfieldtarget.cpp
+++ b/src/nfc/qnearfieldtarget.cpp
@@ -322,8 +322,6 @@ bool QNearFieldTarget::hasNdefMessage()
An ndefMessageRead() signal will be emitted for each NDEF message. The requestCompleted()
signal will be emitted was all NDEF messages have been read. The error() signal is emitted if
an error occurs.
-
- \note Symbian^3 and Maemo 6 only support read one NDEF message.
*/
QNearFieldTarget::RequestId QNearFieldTarget::readNdefMessages()
{
@@ -337,9 +335,6 @@ QNearFieldTarget::RequestId QNearFieldTarget::readNdefMessages()
The ndefMessagesWritten() signal will be emitted when the write operation completes
successfully; otherwise the error() signal is emitted.
-
- \note Symbian^3 and Maemo 6 only support writing one NDEF message. Only the first NDEF message
- in the list will be written, others are silently dropped.
*/
QNearFieldTarget::RequestId QNearFieldTarget::writeNdefMessages(const QList<QNdefMessage> &messages)
{