summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 18:23:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 12:03:25 +0200
commit218ab9347ce1f48b5002f11ad3e4ba7d1856982a (patch)
treee94a6f5c05a490188bf044326233904329b8c6c4 /src/imports/nfc
parent905987ab1d9014289f7719099f1dcc01dd865fd5 (diff)
Doc: Removed version from \inqmlmodule.
-QDoc ignores the version in \inqmlmodule but it is good to remove it to avoid confusion. -QDoc uses \qmlmodule for the import statement Task-number: QTBUG-32172 Change-Id: If5a3ec8a16aabcf5abec6d1794717ea2c54f0c9f Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports/nfc')
-rw-r--r--src/imports/nfc/qdeclarativendeffilter.cpp2
-rw-r--r--src/imports/nfc/qdeclarativendefmimerecord.cpp2
-rw-r--r--src/imports/nfc/qdeclarativendeftextrecord.cpp2
-rw-r--r--src/imports/nfc/qdeclarativendefurirecord.cpp2
-rw-r--r--src/imports/nfc/qdeclarativenearfield.cpp2
-rw-r--r--src/imports/nfc/qdeclarativenearfieldsocket.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/imports/nfc/qdeclarativendeffilter.cpp b/src/imports/nfc/qdeclarativendeffilter.cpp
index 3e0bcef2..cdb99461 100644
--- a/src/imports/nfc/qdeclarativendeffilter.cpp
+++ b/src/imports/nfc/qdeclarativendeffilter.cpp
@@ -47,7 +47,7 @@
\brief The NdefFilter type represents a filtering constraint for NDEF message records.
\ingroup nfc-qml
- \inqmlmodule QtNfc 5.0
+ \inqmlmodule QtNfc
\sa NearField
\sa QNdefFilter
diff --git a/src/imports/nfc/qdeclarativendefmimerecord.cpp b/src/imports/nfc/qdeclarativendefmimerecord.cpp
index 46ba975d..b1c49bde 100644
--- a/src/imports/nfc/qdeclarativendefmimerecord.cpp
+++ b/src/imports/nfc/qdeclarativendefmimerecord.cpp
@@ -46,7 +46,7 @@
\brief The NdefMimeRecord type represents an NFC MIME record.
\ingroup connectivity-nfc
- \inqmlmodule QtNfc 5.0
+ \inqmlmodule QtNfc
\inherits NdefRecord
diff --git a/src/imports/nfc/qdeclarativendeftextrecord.cpp b/src/imports/nfc/qdeclarativendeftextrecord.cpp
index 7542edf0..ad3cda6a 100644
--- a/src/imports/nfc/qdeclarativendeftextrecord.cpp
+++ b/src/imports/nfc/qdeclarativendeftextrecord.cpp
@@ -48,7 +48,7 @@
\brief The NdefTextRecord type represents an NFC RTD-Text NDEF record.
\ingroup nfc-qml
- \inqmlmodule QtNfc 5.0
+ \inqmlmodule QtNfc
\inherits NdefRecord
diff --git a/src/imports/nfc/qdeclarativendefurirecord.cpp b/src/imports/nfc/qdeclarativendefurirecord.cpp
index 00dcd031..47a65cfa 100644
--- a/src/imports/nfc/qdeclarativendefurirecord.cpp
+++ b/src/imports/nfc/qdeclarativendefurirecord.cpp
@@ -48,7 +48,7 @@
\brief The NdefUriRecord type represents an NFC RTD-URI NDEF record.
\ingroup nfc-qml
- \inqmlmodule QtNfc 5.0
+ \inqmlmodule QtNfc
\inherits NdefRecord
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index 7e7e188a..681e2e9e 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -55,7 +55,7 @@
\brief The NearField type provides access to NDEF messages stored on NFC Forum tags.
\ingroup nfc-qml
- \inqmlmodule QtNfc 5.0
+ \inqmlmodule QtNfc
\sa NdefFilter
\sa NdefRecord
diff --git a/src/imports/nfc/qdeclarativenearfieldsocket.cpp b/src/imports/nfc/qdeclarativenearfieldsocket.cpp
index 15e59f9b..b297ccdf 100644
--- a/src/imports/nfc/qdeclarativenearfieldsocket.cpp
+++ b/src/imports/nfc/qdeclarativenearfieldsocket.cpp
@@ -49,7 +49,7 @@
\brief The NearFieldSocket type represents an LLCP socket.
\ingroup nfc-qml
- \inqmlmodule QtNfc 5.0
+ \inqmlmodule QtNfc
The NearFieldSocket type was introduced in \b {QtNfc 5.0}.