diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 12:33:25 +0900 |
commit | aeefd3fe454bfaed093355278b1e2caa84bfd77a (patch) | |
tree | 2d2b7ae985b004b3114ad2b25a879797be18d427 /doc/html/tqmap.html | |
parent | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (diff) | |
download | tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.tar.gz tqt3-aeefd3fe454bfaed093355278b1e2caa84bfd77a.zip |
Rename threading nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmap.html')
-rw-r--r-- | doc/html/tqmap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqmap.html b/doc/html/tqmap.html index 48bf63e73..a0bb3b31e 100644 --- a/doc/html/tqmap.html +++ b/doc/html/tqmap.html @@ -244,7 +244,7 @@ the map in time O(1). If multiple TQMap instances share the same data and one is modifying the map's data, this modifying instance makes a copy and modifies its private copy: so it does not affect other instances. If a TQMap is being used in a multi-threaded -program, you must protect all access to the map. See <a href="ntqmutex.html">TQMutex</a>. +program, you must protect all access to the map. See <a href="tqmutex.html">TQMutex</a>. <p> There are a couple of ways of inserting new items into the map. One uses the <a href="#insert">insert</a>() method; the other uses operator[]: <pre> |