summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/nfc/qdeclarativenearfield.cpp6
-rw-r--r--src/nfc/doc/src/nfc-index.qdoc2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index ffba30d0..9f704e4b 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -71,8 +71,8 @@
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.
- \note For platforms using neard filtering is currently not implemented. For more information
- on neard see \relates QNearFieldManager.
+ \note For platforms using neard, filtering is currently not implemented. For more information
+ on neard see \l QNearFieldManager.
\snippet doc_src_qtnfc.qml QML register for messages
*/
@@ -109,7 +109,7 @@
the adapter will start polling and stop polling if set to \c false.
\note On platforms using neard, the adapter will stop polling as soon as a tag has been detected.
- For more information see \relates QNearFieldManager.
+ For more information see \l QNearFieldManager.
*/
/*!
diff --git a/src/nfc/doc/src/nfc-index.qdoc b/src/nfc/doc/src/nfc-index.qdoc
index bd375ea8..ba4fa919 100644
--- a/src/nfc/doc/src/nfc-index.qdoc
+++ b/src/nfc/doc/src/nfc-index.qdoc
@@ -34,7 +34,7 @@
The NFC API provides connectivity between NFC enabled devices.
-Currently the API is supported on \l{Qt for BlackBerry}{BlackBerry 10}.
+Currently the API is supported on \l{Qt for BlackBerry}{BlackBerry 10} and Linux using \l {https://01.org/linux-nfc}{Neard} v0.14 or later.
\section1 Overview