diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqstrlist.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqstrlist.html')
-rw-r--r-- | doc/html/tqstrlist.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqstrlist.html b/doc/html/tqstrlist.html index baee2fa35..9d4ca17cb 100644 --- a/doc/html/tqstrlist.html +++ b/doc/html/tqstrlist.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } <p><a href="tqstrlist-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> @@ -78,12 +78,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="tqstrlist.html">TQStrList</a> & list ) </h3> |