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/qstrilist.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/qstrilist.html')
| -rw-r--r-- | doc/html/qstrilist.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qstrilist.html b/doc/html/qstrilist.html index 417f7c6be..4ef84a2ae 100644 --- a/doc/html/qstrilist.html +++ b/doc/html/qstrilist.html @@ -39,7 +39,7 @@ with case-insensitive comparison. <p><a href="qstrilist-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> -<li class=fn><a href="#TQStrIList"><b>TQStrIList</b></a> ( bool deepCopies = TRUE )</li> +<li class=fn><a href="#TQStrIList"><b>TQStrIList</b></a> ( bool deepCopies = true )</li> <li class=fn><a href="#~TQStrIList"><b>~TQStrIList</b></a> ()</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -60,12 +60,12 @@ have to add a few extra strings to an already sorted list. <p> <p>See also <a href="ntqstringlist.html">TQStringList</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQStrIList"></a>TQStrIList::TQStrIList ( bool deepCopies = TRUE ) +<h3 class=fn><a name="TQStrIList"></a>TQStrIList::TQStrIList ( bool deepCopies = true ) </h3> <p> Constructs a 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="~TQStrIList"></a>TQStrIList::~TQStrIList () </h3> |
