summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2014-12-08 11:22:30 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2014-12-09 12:27:09 +0100
commit994934b36bcfa74da8975ec31da528ddded50e16 (patch)
treefc394582a0c7e3eb7f4fa6493ca617bd528cbe29 /src/imports/nfc
parente8411b3933e80905f469a20601176c03fa38f74d (diff)
Mark new symbols as introduced by Qt 5.5
Change-Id: I704d0f10f152b0ac23175728e3e15b6e43d48793 Reviewed-by: Martin Leutelt <martin.leutelt@basyskom.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/imports/nfc')
-rw-r--r--src/imports/nfc/qdeclarativenearfield.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index f6c68b85..398c37a7 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -96,6 +96,7 @@
/*!
\qmlproperty bool NearField::polling
+ \since 5.5
This property indicates if the underlying adapter is currently in polling state. If set to \c true
the adapter will start polling and stop polling if set to \c false.
@@ -106,12 +107,14 @@
/*!
\qmlsignal NearField::tagFound()
+ \since 5.5
This signal will be emitted when a tag has been detected.
*/
/*!
\qmlsignal NearField::tagRemoved()
+ \since 5.5
This signal will be emitted when a tag has been removed.
*/