summaryrefslogtreecommitdiffstats
path: root/src/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc')
-rw-r--r--src/nfc/doc/snippets/doc_src_qtnfc.qml2
-rw-r--r--src/nfc/doc/src/nfc-qml.qdoc7
2 files changed, 5 insertions, 4 deletions
diff --git a/src/nfc/doc/snippets/doc_src_qtnfc.qml b/src/nfc/doc/snippets/doc_src_qtnfc.qml
index 78f7f83d..e7a45e89 100644
--- a/src/nfc/doc/snippets/doc_src_qtnfc.qml
+++ b/src/nfc/doc/snippets/doc_src_qtnfc.qml
@@ -50,7 +50,7 @@
****************************************************************************/
//! [import]
-import QtNfc 5.2
+import QtNfc 5.12
//! [import]
Item {
diff --git a/src/nfc/doc/src/nfc-qml.qdoc b/src/nfc/doc/src/nfc-qml.qdoc
index bbacb2de..48ae3bd2 100644
--- a/src/nfc/doc/src/nfc-qml.qdoc
+++ b/src/nfc/doc/src/nfc-qml.qdoc
@@ -28,7 +28,7 @@
/*!
-\qmlmodule QtNfc 5.11
+\qmlmodule QtNfc \QtVer
\title Qt NFC QML Types
\ingroup qmlmodules
\brief Provides QML types for accessing NFC Forum Tags.
@@ -36,7 +36,8 @@
To use the classes of the module in your application, you need the following
import statement in your \c .qml file:
-\snippet doc_src_qtnfc.qml import
-
+\qml \QtVer
+import QtNfc \1
+\endqml
*/