From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/qvaluelistconstiterator.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qvaluelistconstiterator.html') diff --git a/doc/html/qvaluelistconstiterator.html b/doc/html/qvaluelistconstiterator.html index bf42e5609..3e257ccf9 100644 --- a/doc/html/qvaluelistconstiterator.html +++ b/doc/html/qvaluelistconstiterator.html @@ -96,8 +96,8 @@ The type of value.

bool TQValueListConstIterator::operator!= ( const TQValueListConstIterator<T> & it ) const

-

Compares this iterator with it and returns TRUE if they point -to different items; otherwise returns FALSE. +

Compares this iterator with it and returns true if they point +to different items; otherwise returns false.

const T & TQValueListConstIterator::operator* () const

@@ -141,8 +141,8 @@ iterator returned by begin() causes undefined results.

bool TQValueListConstIterator::operator== ( const TQValueListConstIterator<T> & it ) const

-

Compares this iterator with it and returns TRUE if they point -to the same item; otherwise returns FALSE. +

Compares this iterator with it and returns true if they point +to the same item; otherwise returns false.


-- cgit v1.2.3