diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-19 23:47:08 +0900 |
commit | 541b90072523725854cb5d61f1bdce50dbcc6b31 (patch) | |
tree | 1452a8b6fbf1e91be0d2e5af7edf31b102b01fc6 /doc/man/man3/tqthread.3qt | |
parent | d73937a9f779e2aafa6c392f94c9c29aa32b78fd (diff) | |
download | tqt-541b9007.tar.gz tqt-541b9007.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
Diffstat (limited to 'doc/man/man3/tqthread.3qt')
-rw-r--r-- | doc/man/man3/tqthread.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqthread.3qt b/doc/man/man3/tqthread.3qt index badcc13da..308d1357b 100644 --- a/doc/man/man3/tqthread.3qt +++ b/doc/man/man3/tqthread.3qt @@ -45,7 +45,7 @@ Inherits Qt. .SS "Static Public Members" .in +1c .ti -1c -.BI "Qt::HANDLE \fBcurrentThread\fR ()" +.BI "TQt::HANDLE \fBcurrentThread\fR ()" .br .ti -1c .BI "void postEvent ( TQObject * receiver, QEvent * event ) \fI(obsolete)\fR" @@ -159,7 +159,7 @@ If \fIstackSize\fR is greater than zero, the maximum stack size is set to \fIsta QThread destructor. .PP Note that deleting a QThread object will not stop the execution of the thread it represents. Deleting a running QThread (i.e. finished() returns FALSE) will probably result in a program crash. You can wait() on a thread to make sure that it has finished. -.SH "Qt::HANDLE QThread::currentThread ()\fC [static]\fR" +.SH "TQt::HANDLE QThread::currentThread ()\fC [static]\fR" This returns the thread handle of the currently executing thread. .PP \fBWarning:\fR The handle returned by this function is used for internal purposes and should \fInot\fR be used in any application code. On Windows, the returned value is a pseudo handle for the current thread, and it cannot be used for numerical comparison. |