From 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 31 Jul 2025 13:38:31 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d) --- doc/man/man3/tqthreadstorage.3qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man/man3/tqthreadstorage.3qt') diff --git a/doc/man/man3/tqthreadstorage.3qt b/doc/man/man3/tqthreadstorage.3qt index 3ad1393f5..9e85bae3b 100644 --- a/doc/man/man3/tqthreadstorage.3qt +++ b/doc/man/man3/tqthreadstorage.3qt @@ -112,7 +112,7 @@ Note: The per-thread data stored is \fInot\fR deleted. Any data left in QThreadS .PP See also hasLocalData(). .SH "bool QThreadStorage::hasLocalData () const" -Returns TRUE if the calling thread has non-zero data available; otherwise returns FALSE. +Returns true if the calling thread has non-zero data available; otherwise returns false. .PP See also localData(). .SH "T & QThreadStorage::localData ()" -- cgit v1.2.3