diff options
Diffstat (limited to 'doc/html/tqthreadstorage.html')
-rw-r--r-- | doc/html/tqthreadstorage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqthreadstorage.html b/doc/html/tqthreadstorage.html index 984207711..3ab7fdd98 100644 --- a/doc/html/tqthreadstorage.html +++ b/doc/html/tqthreadstorage.html @@ -106,7 +106,7 @@ used to exit or terminate a TQThread using TQThreadStorage. Doing so will cause all per-thread data to be leaked. See <a href="tqthread.html#exit">TQThread::exit</a>() and <a href="tqthread.html#terminate">TQThread::terminate</a>(). <p> <li> TQThreadStorage <em>can</em> be used to store data for the <em>main()</em> -thread <em>after</em> <a href="ntqapplication.html">TQApplication</a> has been constructed. TQThreadStorage +thread <em>after</em> <a href="tqapplication.html">TQApplication</a> has been constructed. TQThreadStorage deletes all data set for the <em>main()</em> thread when TQApplication is destroyed, regardless of whether or not the <em>main()</em> thread has actually finished. |