summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/qdeclarativenearfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nfc/qdeclarativenearfield.cpp')
-rw-r--r--src/imports/nfc/qdeclarativenearfield.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index 9c871319..4f026775 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -52,6 +52,7 @@
/*!
\qmltype NearField
\instantiates QDeclarativeNearField
+ \since 5.2
\brief The NearField type provides access to NDEF messages stored on NFC Forum tags.
\ingroup nfc-qml
@@ -64,8 +65,6 @@
\sa QNdefMessage
\sa QNdefRecord
- The NearField type was introduced in \b {QtNfc 5.0}.
-
The NearField type can be used to read NDEF messages from NFC Forum tags. Set the \l filter
and \l orderMatch properties to match the required NDEF messages. Once an NDEF message is
successfully read from a tag the \l messageRecords property is updated.