summaryrefslogtreecommitdiffstats
path: root/src/nfc/qdeclarativendefrecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qdeclarativendefrecord.cpp')
-rw-r--r--src/nfc/qdeclarativendefrecord.cpp11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/nfc/qdeclarativendefrecord.cpp b/src/nfc/qdeclarativendefrecord.cpp
index 8cf9dc56..901b4fb1 100644
--- a/src/nfc/qdeclarativendefrecord.cpp
+++ b/src/nfc/qdeclarativendefrecord.cpp
@@ -51,8 +51,7 @@ QTNFC_BEGIN_NAMESPACE
\brief The QDeclarativeNdefRecord class implements the NdefRecord element in QML.
\ingroup connectivity-nfc
- \inmodule QtConnectivity
- \since 5.0
+ \inmodule QtNfc
\sa NdefRecord
@@ -72,11 +71,11 @@ QTNFC_BEGIN_NAMESPACE
For example the declaration of such a class may look like the following.
- \snippet snippets/connectivity/foorecord.h Foo declaration
+ \snippet ../doc/src/snippets/foorecord.h Foo declaration
Within the implementation file the Q_DECLARE_NDEFRECORD() macro is expanded:
- \snippet snippets/connectivity/foorecord.cpp Declare foo record
+ \snippet ../doc/src/snippets/foorecord.cpp Declare foo record
Finially the application or plugin code calls qmlRegisterType():
@@ -89,8 +88,8 @@ QTNFC_BEGIN_NAMESPACE
\qmlclass NdefRecord QDeclarativeNdefRecord
\brief The NdefRecord element represents a record in an NDEF message.
- \ingroup connectivity-qml
- \inmodule QtConnectivity
+ \ingroup nfc-qml
+ \inmodule QtNfc
\sa NdefFilter
\sa NearField