summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqguardedptr.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/ntqguardedptr.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/ntqguardedptr.html')
-rw-r--r--doc/html/ntqguardedptr.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqguardedptr.html b/doc/html/ntqguardedptr.html
index 691b1e36d..aabbbb41b 100644
--- a/doc/html/ntqguardedptr.html
+++ b/doc/html/ntqguardedptr.html
@@ -131,8 +131,8 @@ pointed to.
<h3 class=fn>bool <a name="isNull"></a>TQGuardedPtr::isNull () const
</h3>
-<p> Returns <tt>TRUE</tt> if the referenced object has been destroyed or if
-there is no referenced object; otherwise returns FALSE.
+<p> Returns <tt>true</tt> if the referenced object has been destroyed or if
+there is no referenced object; otherwise returns false.
<h3 class=fn><a name="operator-T-*"></a>TQGuardedPtr::operator T * () const
</h3>
@@ -145,8 +145,8 @@ is required.
</h3>
<p> Inequality operator; implements pointer semantics, the negation of
-<a href="#operator-eq-eq">operator==</a>(). Returns TRUE if <em>p</em> and this guarded pointer are
-not pointing to the same object; otherwise returns FALSE.
+<a href="#operator-eq-eq">operator==</a>(). Returns true if <em>p</em> and this guarded pointer are
+not pointing to the same object; otherwise returns false.
<h3 class=fn>T &amp; <a name="operator*"></a>TQGuardedPtr::operator* () const
</h3>
@@ -176,9 +176,9 @@ object as <em>p</em> points to.
</h3>
<p> Equality operator; implements traditional pointer semantics.
-Returns TRUE if both <em>p</em> and this guarded pointer are 0, or if
+Returns true if both <em>p</em> and this guarded pointer are 0, or if
both <em>p</em> and this pointer point to the same object; otherwise
-returns FALSE.
+returns false.
<p> <p>See also <a href="#operator!-eq">operator!=</a>().
<!-- eof -->