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/qmapconstiterator.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qmapconstiterator.html') diff --git a/doc/html/qmapconstiterator.html b/doc/html/qmapconstiterator.html index 564e0358e..9970f4dbb 100644 --- a/doc/html/qmapconstiterator.html +++ b/doc/html/qmapconstiterator.html @@ -111,8 +111,8 @@ The type of const value.

bool TQMapConstIterator::operator!= ( const TQMapConstIterator<K, T> & it ) const

-

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

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

const T & TQMapConstIterator::operator* () const

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

bool TQMapConstIterator::operator== ( const TQMapConstIterator<K, T> & it ) const

-

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

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


-- cgit v1.2.3