diff options
Diffstat (limited to 'doc/html/threads.html')
-rw-r--r-- | doc/html/threads.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/threads.html b/doc/html/threads.html index f52ad6d3e..b3fb0f3b4 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -232,7 +232,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 <em>not</em> unlocked when re-entering the event loop (e.g. when -executing a modal dialog with <a href="ntqdialog.html#exec">TQDialog::exec</a>()). +executing a modal dialog with <a href="tqdialog.html#exec">TQDialog::exec</a>()). <p> If another thread locks the TQt library mutex, then the event loop will stop processing events, and the locking thread may do simple GUI operations. Operations such as creating a <a href="tqpainter.html">TQPainter</a> and drawing a line |