summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nfc/qqmlndefrecord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfc/qqmlndefrecord.cpp b/src/nfc/qqmlndefrecord.cpp
index 280d03a2..278cc583 100644
--- a/src/nfc/qqmlndefrecord.cpp
+++ b/src/nfc/qqmlndefrecord.cpp
@@ -271,7 +271,7 @@ QString QQmlNdefRecord::type() const
}
/*!
- Sets the record type to \a type if it is not currently equal to \a type; otherwise does
+ Sets the record type to \a newtype if it is not currently equal to \l type(); otherwise does
nothing. If the record type is set the typeChanged() signal will be emitted.
\sa QNdefRecord::setType(), QNdefRecord::type()