summaryrefslogtreecommitdiffstats
path: root/src/nfc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-16 11:34:28 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-16 10:21:57 +0000
commit93c13b214bbd5f72d88e537b4833d5d0654830c7 (patch)
tree6ef39d049066850acfe2d433ef0d7502551927be /src/nfc
parent7d41d15cdeaf63fa99bac9ed78d740e3cb2dd0e5 (diff)
Fix qdoc warning due to wrong parameter name used in docs
Change-Id: Icb2908106e8b869b6682b4945935cd801d67241e Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Diffstat (limited to 'src/nfc')
-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()