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/tqdictiterator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqdictiterator.html') diff --git a/doc/html/tqdictiterator.html b/doc/html/tqdictiterator.html index 1529011b4..bd56fbf6a 100644 --- a/doc/html/tqdictiterator.html +++ b/doc/html/tqdictiterator.html @@ -124,8 +124,8 @@ iterator is operating.

bool TQDictIterator::isEmpty () const

-

Returns TRUE if the dictionary is empty, i.e. count() == 0; -otherwise returns FALSE. +

Returns true if the dictionary is empty, i.e. count() == 0; +otherwise returns false.

See also count().

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