summaryrefslogtreecommitdiffstats
path: root/doc/html/qmapiterator.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qmapiterator.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmapiterator.html')
-rw-r--r--doc/html/qmapiterator.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qmapiterator.html b/doc/html/qmapiterator.html
index c01c59102..f862dfbe2 100644
--- a/doc/html/qmapiterator.html
+++ b/doc/html/qmapiterator.html
@@ -127,8 +127,8 @@ The type of value.
<h3 class=fn>bool <a name="operator!-eq"></a>TQMapIterator::operator!= ( const&nbsp;<a href="qmapiterator.html">TQMapIterator</a>&lt;K,&nbsp;T&gt;&nbsp;&amp;&nbsp;it ) const
</h3>
-<p> Compares the iterator to the <em>it</em> iterator and returns FALSE if
-they point to the same item; otherwise returns TRUE.
+<p> Compares the iterator to the <em>it</em> iterator and returns false if
+they point to the same item; otherwise returns true.
<h3 class=fn>T &amp; <a name="operator*"></a>TQMapIterator::operator* ()
</h3>
@@ -180,8 +180,8 @@ iterator returned by begin() causes undefined results.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQMapIterator::operator== ( const&nbsp;<a href="qmapiterator.html">TQMapIterator</a>&lt;K,&nbsp;T&gt;&nbsp;&amp;&nbsp;it ) const
</h3>
-<p> Compares the iterator to the <em>it</em> iterator and returns TRUE if
-they point to the same item; otherwise returns FALSE.
+<p> Compares the iterator to the <em>it</em> iterator and returns true if
+they point to the same item; otherwise returns false.
<!-- eof -->
<hr><p>