summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-01-22 16:45:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-22 18:54:19 +0100
commite413009f3be46ec1020e4ccc1e574e55fb4eb17f (patch)
treed994350ada1819e74d996d48fd0b315d5031a04d
parent1f33f347fad40f71fa89110c084880a81db1d15a (diff)
Add missing documentation for QQmlNdefRecord::Unknown enum value.
Change-Id: Ida3f7816340f9379629e653abc5ef89f5aa38486 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
-rw-r--r--src/nfc/qqmlndefrecord.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nfc/qqmlndefrecord.cpp b/src/nfc/qqmlndefrecord.cpp
index 8a3f24d7..c94578eb 100644
--- a/src/nfc/qqmlndefrecord.cpp
+++ b/src/nfc/qqmlndefrecord.cpp
@@ -262,6 +262,7 @@ QQmlNdefRecord::QQmlNdefRecord(const QNdefRecord &record, QObject *parent)
\value Uri The NDEF record type follows the construct described in RFC 3986.
\value ExternalRtd The NDEF record type follows the construct for external type names
described the NFC RTD Specification.
+ \value Unknown The NDEF record type is unknown.
*/
/*!