diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-31 15:41:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-31 15:41:12 +0900 |
commit | 894037c3e68e1573a34183d936171f8cda5085f3 (patch) | |
tree | a7d9ebc1991af73bbcc927673b107c08da973541 /doc/man/man3/tqhttp.3qt | |
parent | 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (diff) | |
download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip |
Amend to previous 'replace TRUE/FALSE' commitr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(manually cherry-picked from commit 649c4c61a1f1f479f4532b196f68df476cef2680)
Diffstat (limited to 'doc/man/man3/tqhttp.3qt')
-rw-r--r-- | doc/man/man3/tqhttp.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqhttp.3qt b/doc/man/man3/tqhttp.3qt index 6cae32a36..5db234811 100644 --- a/doc/man/man3/tqhttp.3qt +++ b/doc/man/man3/tqhttp.3qt @@ -326,9 +326,9 @@ Destroys the QHttp object. If there is an open connection, it is closed. .SH "void QHttp::abort ()\fC [slot]\fR" Aborts the current request and deletes all scheduled requests. .PP -For the current request, the requestFinished() signal with the \fCerror\fR argument \fCTRUE\fR is emitted. For all other requests that are affected by the abort(), no signals are emitted. +For the current request, the requestFinished() signal with the \fCerror\fR argument \fCtrue\fR is emitted. For all other requests that are affected by the abort(), no signals are emitted. .PP -Since this slot also deletes the scheduled requests, there are no requests left and the done() signal is emitted (with the \fCerror\fR argument \fCTRUE\fR). +Since this slot also deletes the scheduled requests, there are no requests left and the done() signal is emitted (with the \fCerror\fR argument \fCtrue\fR). .PP See also clearPendingRequests(). .SH "TQ_ULONG QHttp::bytesAvailable () const" @@ -392,11 +392,11 @@ This signal is emitted when the last pending request has finished; (it is emitte .PP See also requestFinished(), error(), and errorString(). .SH "Error QHttp::error () const" -Returns the last error that occurred. This is useful to find out what happened when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCTRUE\fR. +Returns the last error that occurred. This is useful to find out what happened when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCtrue\fR. .PP If you start a new request, the error status is reset to NoError. .SH "TQString QHttp::errorString () const" -Returns a human-readable description of the last error that occurred. This is useful to present a error message to the user when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCTRUE\fR. +Returns a human-readable description of the last error that occurred. This is useful to present a error message to the user when receiving a requestFinished() or a done() signal with the \fCerror\fR argument \fCtrue\fR. .SH "int QHttp::get ( const TQString & path, TQIODevice * to = 0 )" Sends a get request for \fIpath\fR to the server set by setHost() or as specified in the constructor. .PP |