diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqstrlist.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-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.html | 8 |
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 deepCopies = TRUE )</li> +<li class=fn><a href="#TQStrList"><b>TQStrList</b></a> ( bool deepCopies = true )</li> <li class=fn><a href="#TQStrList-2"><b>TQStrList</b></a> ( const TQStrList & list )</li> <li class=fn><a href="#~TQStrList"><b>~TQStrList</b></a> ()</li> <li class=fn>TQStrList & <a href="#operator-eq"><b>operator=</b></a> ( const TQStrList & 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 deepCopies = TRUE ) +<h3 class=fn><a name="TQStrList"></a>TQStrList::TQStrList ( bool 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 <a href="ntqstrlist.html">TQStrList</a> & list ) </h3> |
