summaryrefslogtreecommitdiffstats
path: root/doc/html/ntquuid.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/ntquuid.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/ntquuid.html')
-rw-r--r--doc/html/ntquuid.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntquuid.html b/doc/html/ntquuid.html
index a5379dc0b..4478cb6a1 100644
--- a/doc/html/ntquuid.html
+++ b/doc/html/ntquuid.html
@@ -82,7 +82,7 @@ tool to generate new UUIDs, for example, uuidgen and guidgen.
<p> UUIDs can be constructed from numeric values or from strings, or
using the static <a href="#createUuid">createUuid</a>() function. They can be converted to a
string with <a href="#toString">toString</a>(). UUIDs have a <a href="#variant">variant</a>() and a <a href="#version">version</a>(),
-and null UUIDs return TRUE from <a href="#isNull">isNull</a>().
+and null UUIDs return true from <a href="#isNull">isNull</a>().
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="Variant-enum"></a>TQUuid::Variant</h3>
@@ -151,8 +151,8 @@ same or any other system, networked or not.
<h3 class=fn>bool <a name="isNull"></a>TQUuid::isNull () const
</h3>
-Returns TRUE if this is the null UUID
-{00000000-0000-0000-0000-000000000000}; otherwise returns FALSE.
+Returns true if this is the null UUID
+{00000000-0000-0000-0000-000000000000}; otherwise returns false.
<h3 class=fn><a name="operator-TQString"></a>TQUuid::operator TQString () const
</h3>
@@ -163,15 +163,15 @@ Returns TRUE if this is the null UUID
<h3 class=fn>bool <a name="operator!-eq"></a>TQUuid::operator!= ( const&nbsp;<a href="ntquuid.html">TQUuid</a>&nbsp;&amp;&nbsp;other ) const
</h3>
-<p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are different;
-otherwise returns FALSE.
+<p> Returns true if this TQUuid and the <em>other</em> TQUuid are different;
+otherwise returns false.
<h3 class=fn>bool <a name="operator-lt"></a>TQUuid::operator&lt; ( const&nbsp;<a href="ntquuid.html">TQUuid</a>&nbsp;&amp;&nbsp;other ) const
</h3>
-<p> Returns TRUE if this TQUuid is of the same variant,
+<p> Returns true if this TQUuid is of the same variant,
and lexicographically before the <em>other</em> TQUuid;
-otherwise returns FALSE.
+otherwise returns false.
<p> <p>See also <a href="#variant">variant</a>().
<h3 class=fn><a href="ntquuid.html">TQUuid</a>&nbsp;&amp; <a name="operator-eq"></a>TQUuid::operator= ( const&nbsp;<a href="ntquuid.html">TQUuid</a>&nbsp;&amp;&nbsp;uuid )
@@ -182,15 +182,15 @@ otherwise returns FALSE.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQUuid::operator== ( const&nbsp;<a href="ntquuid.html">TQUuid</a>&nbsp;&amp;&nbsp;other ) const
</h3>
-<p> Returns TRUE if this TQUuid and the <em>other</em> TQUuid are identical;
-otherwise returns FALSE.
+<p> Returns true if this TQUuid and the <em>other</em> TQUuid are identical;
+otherwise returns false.
<h3 class=fn>bool <a name="operator-gt"></a>TQUuid::operator&gt; ( const&nbsp;<a href="ntquuid.html">TQUuid</a>&nbsp;&amp;&nbsp;other ) const
</h3>
-<p> Returns TRUE if this TQUuid is of the same variant,
+<p> Returns true if this TQUuid is of the same variant,
and lexicographically after the <em>other</em> TQUuid;
-otherwise returns FALSE.
+otherwise returns false.
<p> <p>See also <a href="#variant">variant</a>().
<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQUuid::toString () const