summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-26 10:57:56 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-26 11:06:39 +0200
commit69b384803ffe0e6e3329feed5abf5cafdcd7034b (patch)
tree54de90f92d21894674ee5a2174c07aca5d8d30f1
parent4882d6997efeb9b9e0bff109a9f3e6c37a77cc82 (diff)
Add \since tag to NFC classes which didn't have the tag yet
Internal or not yet released classes have been skipped Change-Id: I5bc3e08f87348ae8df61b923d7cdb81186ebebc8 Task-number: QTBUG-36775 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--src/nfc/qndeffilter.cpp1
-rw-r--r--src/nfc/qndefmessage.cpp1
-rw-r--r--src/nfc/qndefnfcsmartposterrecord.cpp1
-rw-r--r--src/nfc/qndefnfctextrecord.cpp1
-rw-r--r--src/nfc/qndefnfcurirecord.cpp1
-rw-r--r--src/nfc/qndefrecord.cpp1
-rw-r--r--src/nfc/qnearfieldmanager.cpp1
-rw-r--r--src/nfc/qnearfieldtarget.cpp1
-rw-r--r--src/nfc/qqmlndefrecord.cpp1
9 files changed, 9 insertions, 0 deletions
diff --git a/src/nfc/qndeffilter.cpp b/src/nfc/qndeffilter.cpp
index fc3f65b6..07408729 100644
--- a/src/nfc/qndeffilter.cpp
+++ b/src/nfc/qndeffilter.cpp
@@ -43,6 +43,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since 5.2
The QNdefFilter encapsulates the structure of an NDEF message and is used by
QNearFieldManager::registerNdefMessageHandler() to match NDEF message that have a particular
diff --git a/src/nfc/qndefmessage.cpp b/src/nfc/qndefmessage.cpp
index c55d141e..9d5da089 100644
--- a/src/nfc/qndefmessage.cpp
+++ b/src/nfc/qndefmessage.cpp
@@ -42,6 +42,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since Qt 5.2
A QNdefMessage is a collection of 0 or more QNdefRecords. QNdefMessage inherits from
QList<QNdefRecord> and therefore the standard QList functions can be used to manipulate the
diff --git a/src/nfc/qndefnfcsmartposterrecord.cpp b/src/nfc/qndefnfcsmartposterrecord.cpp
index 23747ea9..d1a6e4d5 100644
--- a/src/nfc/qndefnfcsmartposterrecord.cpp
+++ b/src/nfc/qndefnfcsmartposterrecord.cpp
@@ -47,6 +47,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since Qt 5.2
RTD-SmartPoster encapsulates a Smart Poster.
*/
diff --git a/src/nfc/qndefnfctextrecord.cpp b/src/nfc/qndefnfctextrecord.cpp
index 3bb27288..c06208a1 100644
--- a/src/nfc/qndefnfctextrecord.cpp
+++ b/src/nfc/qndefnfctextrecord.cpp
@@ -44,6 +44,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since 5.2
RTD-Text encapsulates a user displayable text record.
*/
diff --git a/src/nfc/qndefnfcurirecord.cpp b/src/nfc/qndefnfcurirecord.cpp
index c58b2a26..dabd2dae 100644
--- a/src/nfc/qndefnfcurirecord.cpp
+++ b/src/nfc/qndefnfcurirecord.cpp
@@ -46,6 +46,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since 5.2
RTD-URI encapsulates a URI.
*/
diff --git a/src/nfc/qndefrecord.cpp b/src/nfc/qndefrecord.cpp
index 3af010e5..75ff15b0 100644
--- a/src/nfc/qndefrecord.cpp
+++ b/src/nfc/qndefrecord.cpp
@@ -45,6 +45,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since 5.2
QNdefRecord and derived classes are used to parse the contents of
\l {QNdefMessage}{NDEF messages} and create new NDEF messages.
diff --git a/src/nfc/qnearfieldmanager.cpp b/src/nfc/qnearfieldmanager.cpp
index d79b2a82..77410490 100644
--- a/src/nfc/qnearfieldmanager.cpp
+++ b/src/nfc/qnearfieldmanager.cpp
@@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since 5.2
NFC Forum devices support two modes of communications. The first mode, peer-to-peer
communications, is used to communicate between two NFC Forum devices. The second mode,
diff --git a/src/nfc/qnearfieldtarget.cpp b/src/nfc/qnearfieldtarget.cpp
index 47f5e129..51818182 100644
--- a/src/nfc/qnearfieldtarget.cpp
+++ b/src/nfc/qnearfieldtarget.cpp
@@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since 5.2
QNearFieldTarget provides a generic interface for communicating with an NFC target device.
Both NFC Forum devices and NFC Forum Tag targets are supported by this class. All target
diff --git a/src/nfc/qqmlndefrecord.cpp b/src/nfc/qqmlndefrecord.cpp
index 7252f247..2db40a4f 100644
--- a/src/nfc/qqmlndefrecord.cpp
+++ b/src/nfc/qqmlndefrecord.cpp
@@ -44,6 +44,7 @@ QT_BEGIN_NAMESPACE
\ingroup connectivity-nfc
\inmodule QtNfc
+ \since 5.2
\sa NdefRecord