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
parent
8059632fbd
commit
cc5287a0a9
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue