diff options
| author | Olivier De Cannière <olivier.decanniere@qt.io> | 2025-08-26 15:14:14 +0200 |
|---|---|---|
| committer | Olivier De Cannière <olivier.decanniere@qt.io> | 2025-08-27 13:25:46 +0200 |
| commit | 8f19c0723d6bbdb8835d999b2eefa1c547ceb166 (patch) | |
| tree | d225fa08a17f07a91dd073631d49658081a181ef /src/corelib/kernel/qmetacontainer.cpp | |
| parent | b843282a234efcae48ac0b494ab84028d94953c4 (diff) | |
Doc: Fix small doc issues for QMetaSequence
Amends 4fbb2f66d6144953837361e808845edb181b124e
Pick-to: 6.10 6.9 6.8 6.5
Change-Id: I69d8743b2e441d554cbdc981cbc7461f575d3089
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Diffstat (limited to 'src/corelib/kernel/qmetacontainer.cpp')
| -rw-r--r-- | src/corelib/kernel/qmetacontainer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/kernel/qmetacontainer.cpp b/src/corelib/kernel/qmetacontainer.cpp index de635f65e60..3a1a33a478a 100644 --- a/src/corelib/kernel/qmetacontainer.cpp +++ b/src/corelib/kernel/qmetacontainer.cpp @@ -186,7 +186,7 @@ void QMetaSequence::addValueAtBegin(void *container, const void *value) const /*! Returns \c true if values can be removed from the beginning of the container - using \l removeValue() can be placed at the, otherwise returns \c false. + using \l removeValue(), otherwise returns \c false. \sa removeValueAtBegin(), canRemoveValueAtEnd() */ @@ -240,7 +240,7 @@ void QMetaSequence::addValueAtEnd(void *container, const void *value) const /*! Returns \c true if values can be removed from the end of the container - using \l removeValue() can be placed at the, otherwise returns \c false. + using \l removeValue(), otherwise returns \c false. \sa removeValueAtEnd(), canRemoveValueAtBegin() */ @@ -334,7 +334,7 @@ void QMetaSequence::valueAtIndex(const void *container, qsizetype index, void *r } /*! - Returns \c true if an value can be written to the container by index, + Returns \c true if a value can be written to the container by index, otherwise \c false. \sa setValueAtIndex() @@ -406,7 +406,7 @@ bool QMetaSequence::canRemoveValue() const } /*! - Removes an value from the \a container if possible. If + Removes a value from the \a container if possible. If \l canRemoveValue() returns \c false, no value is removed. Else, if \l canRemoveValueAtEnd() returns \c true, the last value in the \a container is removed. Else, if \l canRemoveValueAtBegin() |
