summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-03-13 09:25:37 +0100
committerAlex Blasche <alexander.blasche@digia.com>2014-03-13 09:26:02 +0100
commit40ac14e13b0aa07124c6ae9ef8eacfe6d8550684 (patch)
treefeb2ac5da95042fb34d3a6ab57f7586e797f8dd4 /src/imports/nfc
parentc03d4f3472ee41c697332ccc95c7db358368b81d (diff)
parent61f2f050a750d286791e8848bcba2e990311ba29 (diff)
Merge branch 'stable' into dev
Diffstat (limited to 'src/imports/nfc')
-rw-r--r--src/imports/nfc/qdeclarativenearfield.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index 673c9a0d..b1aeced7 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -69,14 +69,7 @@
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.
- \code
- NearField {
- filter: [ NdefFilter { type: "U"; typeNameFormat: NdefRecord.NfcRtd; minimum: 1; maximum: 1 } ]
- orderMatch: false
-
- onMessageRecordsChanged: displayMessage()
- }
- \endcode
+ \snippet doc_src_qtnfc.qml QML register for messages
*/
/*!