summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqstrlist.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/ntqstrlist.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/ntqstrlist.html')
-rw-r--r--doc/html/ntqstrlist.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqstrlist.html b/doc/html/ntqstrlist.html
index 1c2db91ab..5b7ab1769 100644
--- a/doc/html/ntqstrlist.html
+++ b/doc/html/ntqstrlist.html
@@ -39,7 +39,7 @@ body { background: #ffffff; color: black; }
<p><a href="qstrlist-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn><a href="#TQStrList"><b>TQStrList</b></a> ( bool&nbsp;deepCopies = TRUE )</li>
+<li class=fn><a href="#TQStrList"><b>TQStrList</b></a> ( bool&nbsp;deepCopies = true )</li>
<li class=fn><a href="#TQStrList-2"><b>TQStrList</b></a> ( const&nbsp;TQStrList&nbsp;&amp;&nbsp;list )</li>
<li class=fn><a href="#~TQStrList"><b>~TQStrList</b></a> ()</li>
<li class=fn>TQStrList &amp; <a href="#operator-eq"><b>operator=</b></a> ( const&nbsp;TQStrList&nbsp;&amp;&nbsp;list )</li>
@@ -79,12 +79,12 @@ list.
<p>See also <a href="collection.html">Collection Classes</a>, <a href="text.html">Text Related Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQStrList"></a>TQStrList::TQStrList ( bool&nbsp;deepCopies = TRUE )
+<h3 class=fn><a name="TQStrList"></a>TQStrList::TQStrList ( bool&nbsp;deepCopies = true )
</h3>
<p> Constructs an empty list of strings. Will make deep copies of all
-inserted strings if <em>deepCopies</em> is TRUE, or use shallow copies
-if <em>deepCopies</em> is FALSE.
+inserted strings if <em>deepCopies</em> is true, or use shallow copies
+if <em>deepCopies</em> is false.
<h3 class=fn><a name="TQStrList-2"></a>TQStrList::TQStrList ( const&nbsp;<a href="ntqstrlist.html">TQStrList</a>&nbsp;&amp;&nbsp;list )
</h3>