From 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 31 Jul 2025 13:38:31 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d) --- doc/man/man3/tqmapiterator.3qt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/man/man3/tqmapiterator.3qt') diff --git a/doc/man/man3/tqmapiterator.3qt b/doc/man/man3/tqmapiterator.3qt index 0b3d6dfe6..a23c75274 100644 --- a/doc/man/man3/tqmapiterator.3qt +++ b/doc/man/man3/tqmapiterator.3qt @@ -103,7 +103,7 @@ Returns a const reference to the current item's data. .SH "const K & QMapIterator::key () const" Returns a const reference to the current item's key. .SH "bool QMapIterator::operator!= ( const QMapIterator & it ) const" -Compares the iterator to the \fIit\fR iterator and returns FALSE if they point to the same item; otherwise returns TRUE. +Compares the iterator to the \fIit\fR iterator and returns false if they point to the same item; otherwise returns true. .SH "T & QMapIterator::operator* ()" Dereference operator. Returns a reference to the current item's data. The same as data(). .SH "const T & QMapIterator::operator* () const" @@ -123,8 +123,8 @@ This is an overloaded member function, provided for convenience. It behaves esse .PP Postfix -- makes the previous item current and returns an iterator pointing to the new current item. The iterator cannot check whether it reached the beginning of the map. Decrementing the iterator returned by begin() causes undefined results. .SH "bool QMapIterator::operator== ( const QMapIterator & it ) const" -Compares the iterator to the \fIit\fR iterator and returns TRUE if -they point to the same item; otherwise returns FALSE. +Compares the iterator to the \fIit\fR iterator and returns true if +they point to the same item; otherwise returns false. .SH "SEE ALSO" .BR http://doc.trolltech.com/qmapiterator.html -- cgit v1.2.3