summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsqlform.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:43:03 +0900
commit6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch)
treeb029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqsqlform.3qt
parent81ade129093a279e6537db25710583fd2bba9427 (diff)
downloadtqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz
tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqsqlform.3qt')
-rw-r--r--doc/man/man3/tqsqlform.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqsqlform.3qt b/doc/man/man3/tqsqlform.3qt
index aeaa3befb..9b0b9341e 100644
--- a/doc/man/man3/tqsqlform.3qt
+++ b/doc/man/man3/tqsqlform.3qt
@@ -64,7 +64,7 @@ Inherits TQObject.
.BI "virtual void \fBclear\fR ()"
.br
.ti -1c
-.BI "virtual void \fBclearValues\fR ( bool nullify = FALSE )"
+.BI "virtual void \fBclearValues\fR ( bool nullify = false )"
.br
.in -1c
.SS "Protected Members"
@@ -162,8 +162,8 @@ Constructs a QSqlForm with parent \fIparent\fR and called \fIname\fR.
Destroys the object and frees any allocated resources.
.SH "void QSqlForm::clear ()\fC [virtual slot]\fR"
Removes every widget, and the fields they're mapped to, from the form.
-.SH "void QSqlForm::clearValues ( bool nullify = FALSE )\fC [virtual slot]\fR"
-Clears the values in all the widgets, and the fields they are mapped to, in the form. If \fInullify\fR is TRUE (the default is FALSE), each field is also set to NULL.
+.SH "void QSqlForm::clearValues ( bool nullify = false )\fC [virtual slot]\fR"
+Clears the values in all the widgets, and the fields they are mapped to, in the form. If \fInullify\fR is true (the default is false), each field is also set to NULL.
.SH "uint QSqlForm::count () const"
Returns the number of widgets in the form.
.SH "TQWidget * QSqlForm::fieldToWidget ( QSqlField * field ) const"