Fix qdoc warning and typo in QMetaSequence

There is no parameter called value in removeValueAtBeing/End.

Change-Id: Ife91d2014ea35ea636e9cfb1c815424e5f4ef7a6
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
Volker Hilsheimer 2020-09-25 12:31:42 +02:00
parent 8059632fbd
commit cc5287a0a9
1 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ bool QMetaSequence::canRemoveValueAtBegin() const
/*!
Removes a value from the beginning of \a container if possible. If
\l canRemoveValueAtBegin() returns \c false, the \a value is not removeed.
\l canRemoveValueAtBegin() returns \c false, the value is not removed.
\sa canRemoveValueAtBegin(), isSortable(), addValueAtBegin()
*/
@ -267,7 +267,7 @@ bool QMetaSequence::canRemoveValueAtEnd() const
/*!
Removes a value from the end of \a container if possible. If
\l canRemoveValueAtEnd() returns \c false, the \a value is not removeed.
\l canRemoveValueAtEnd() returns \c false, the value is not removed.
\sa canRemoveValueAtEnd(), isSortable(), addValueAtEnd()
*/