diff options
Diffstat (limited to 'doc/threads.doc')
-rw-r--r-- | doc/threads.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/threads.doc b/doc/threads.doc index c80d208ba..c4751f0c5 100644 --- a/doc/threads.doc +++ b/doc/threads.doc @@ -246,7 +246,7 @@ system functions. This mutex is locked while the event loop is running (e.g. during event delivery) and unlocked when the eventloop goes to sleep. Note: The TQt event loop is recursive, and the library mutex is \e not unlocked when re-entering the event loop (e.g. when -executing a modal dialog with QDialog::exec()). +executing a modal dialog with TQDialog::exec()). If another thread locks the TQt library mutex, then the event loop will stop processing events, and the locking thread may do simple GUI |