From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqptrlistiterator.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqptrlistiterator.html') diff --git a/doc/html/tqptrlistiterator.html b/doc/html/tqptrlistiterator.html index 4118eadef..d86e17453 100644 --- a/doc/html/tqptrlistiterator.html +++ b/doc/html/tqptrlistiterator.html @@ -116,15 +116,15 @@ set to point on the first item in the list.

bool TQPtrListIterator::atFirst () const

-

Returns TRUE if the current iterator item is the first list item; -otherwise returns FALSE. +

Returns true if the current iterator item is the first list item; +otherwise returns false.

See also toFirst() and atLast().

bool TQPtrListIterator::atLast () const

-

Returns TRUE if the current iterator item is the last list item; -otherwise returns FALSE. +

Returns true if the current iterator item is the last list item; +otherwise returns false.

See also toLast() and atFirst().

uint TQPtrListIterator::count () const @@ -145,7 +145,7 @@ item in the list, 0 is returned.

bool TQPtrListIterator::isEmpty () const

-

Returns TRUE if the list is empty; otherwise returns FALSE. +

Returns true if the list is empty; otherwise returns false.

See also count().

TQPtrListIterator::operator type * () const -- cgit v1.2.3