From 93c13b214bbd5f72d88e537b4833d5d0654830c7 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 16 Jun 2015 11:34:28 +0200 Subject: Fix qdoc warning due to wrong parameter name used in docs Change-Id: Icb2908106e8b869b6682b4945935cd801d67241e Reviewed-by: Timur Pocheptsov --- src/nfc/qqmlndefrecord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nfc') 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() -- cgit v1.2.3