summaryrefslogtreecommitdiffstats
path: root/doc/html/qnpstream.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/qnpstream.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/qnpstream.html')
-rw-r--r--doc/html/qnpstream.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qnpstream.html b/doc/html/qnpstream.html
index 66f624173..74cfb296d 100644
--- a/doc/html/qnpstream.html
+++ b/doc/html/qnpstream.html
@@ -74,8 +74,8 @@ Destroys the stream.
<h3 class=fn>bool <a name="complete"></a>TQNPStream::complete () const
</h3>
-Returns TRUE if the stream has received all the data from the
-source; otherwise returns FALSE.
+Returns true if the stream has received all the data from the
+source; otherwise returns false.
<h3 class=fn>uint <a name="end"></a>TQNPStream::end () const
</h3>
@@ -93,8 +93,8 @@ Returns the time when the source of the stream was last modified.
<h3 class=fn>bool <a name="okay"></a>TQNPStream::okay () const
</h3>
-Returns TRUE if no errors have occurred on the stream; otherwise
-returns FALSE.
+Returns true if no errors have occurred on the stream; otherwise
+returns false.
<h3 class=fn>void <a name="requestRead"></a>TQNPStream::requestRead ( int&nbsp;offset, uint&nbsp;length )
</h3>
@@ -103,7 +103,7 @@ Requests the section of the stream, of <em>length</em> bytes from <em>offset</em
<h3 class=fn>bool <a name="seekable"></a>TQNPStream::seekable () const
</h3>
-Returns TRUE if the stream is seekable; otherwise returns FALSE.
+Returns true if the stream is seekable; otherwise returns false.
<h3 class=fn>const char * <a name="type"></a>TQNPStream::type () const
</h3>