From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/threads.html') diff --git a/doc/html/threads.html b/doc/html/threads.html index b99b2f144..63fb70c28 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -278,7 +278,7 @@ above for more details.

TQt provides many implicitly shared and explicitly shared classes. In a multithreaded program, multiple instances of a shared class can reference shared data, which is dangerous if one or more threads -attempt to modify the data. TQt provides the TQDeepCopy class, which +attempt to modify the data. TQt provides the TQDeepCopy class, which ensures that shared classes reference unique data.

See the description of implicit sharing for more information. -- cgit v1.2.3