summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqguardedptr.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 15:41:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 15:41:12 +0900
commit894037c3e68e1573a34183d936171f8cda5085f3 (patch)
treea7d9ebc1991af73bbcc927673b107c08da973541 /doc/man/man3/tqguardedptr.3qt
parent6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Amend to previous 'replace TRUE/FALSE' commitr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (manually cherry-picked from commit 649c4c61a1f1f479f4532b196f68df476cef2680)
Diffstat (limited to 'doc/man/man3/tqguardedptr.3qt')
-rw-r--r--doc/man/man3/tqguardedptr.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqguardedptr.3qt b/doc/man/man3/tqguardedptr.3qt
index c76376125..369ed6ff3 100644
--- a/doc/man/man3/tqguardedptr.3qt
+++ b/doc/man/man3/tqguardedptr.3qt
@@ -102,7 +102,7 @@ Copy one guarded pointer from another. The constructed guarded pointer points to
.SH "QGuardedPtr::~QGuardedPtr ()"
Destroys the guarded pointer. Just like a normal pointer, destroying a guarded pointer does \fInot\fR destroy the object being pointed to.
.SH "bool QGuardedPtr::isNull () const"
-Returns \fCTRUE\fR if the referenced object has been destroyed or if there is no referenced object; otherwise returns false.
+Returns \fCtrue\fR if the referenced object has been destroyed or if there is no referenced object; otherwise returns false.
.SH "QGuardedPtr::operator T * () const"
Cast operator; implements pointer semantics. Because of this function you can pass a QGuardedPtr<X> to a function where an X* is required.
.SH "bool QGuardedPtr::operator!= ( const QGuardedPtr<T> & p ) const"