summaryrefslogtreecommitdiffstats
path: root/src/nfc/qndefnfctextrecord.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-06-19 12:26:48 +0200
committerAlex <alexander.blasche@digia.com>2013-06-20 11:21:58 +0200
commit68c4041d39658fe615cc4366e52ba8a439aae66f (patch)
tree33ca553b1af123a9175d7f36055acd90f861d7d2 /src/nfc/qndefnfctextrecord.cpp
parentc11663a36b4baceb0af9bd87c6c1df76d69d72ca (diff)
Improve/Fix QtNFC documentation
Fix qdoc warnings, snippet imports and proper documentation versioning Change-Id: Id1799ec67bf0fe6fe44c16b1ca314d8db8892bb1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/nfc/qndefnfctextrecord.cpp')
-rw-r--r--src/nfc/qndefnfctextrecord.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/nfc/qndefnfctextrecord.cpp b/src/nfc/qndefnfctextrecord.cpp
index 6f213cf4..aef5b22e 100644
--- a/src/nfc/qndefnfctextrecord.cpp
+++ b/src/nfc/qndefnfctextrecord.cpp
@@ -66,6 +66,18 @@ QT_BEGIN_NAMESPACE_NFC
*/
/*!
+ \fn QNdefNfcTextRecord::QNdefNfcTextRecord()
+
+ Constructs an empty NFC text record of type \l QNdefRecord::NfcRtd.
+*/
+
+/*!
+ \fn QNdefNfcTextRecord::QNdefNfcTextRecord(const QNdefRecord& other)
+
+ Constructs a new NFC text record that is a copy of \a other.
+*/
+
+/*!
Returns the locale of the text record.
*/
QString QNdefNfcTextRecord::locale() const