summaryrefslogtreecommitdiffstats
path: root/sip/tqtsql/tqsqlselectcursor.sip
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 21:11:58 +0900
commit2d2a66210c4827dd2469d4fde55bf2c9aab81b5a (patch)
tree8a1b99c230b11fb6e679434055553504620119c7 /sip/tqtsql/tqsqlselectcursor.sip
parentf89d120a2d4982896f0b5c00cee347a010f609a9 (diff)
downloadpytqt-r14.1.4.tar.gz
pytqt-r14.1.4.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6cbdd25dc4c6b0987636b37b2046b1b9464e3d60)
Diffstat (limited to 'sip/tqtsql/tqsqlselectcursor.sip')
-rw-r--r--sip/tqtsql/tqsqlselectcursor.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tqtsql/tqsqlselectcursor.sip b/sip/tqtsql/tqsqlselectcursor.sip
index a33fee3..147c38c 100644
--- a/sip/tqtsql/tqsqlselectcursor.sip
+++ b/sip/tqtsql/tqsqlselectcursor.sip
@@ -24,7 +24,7 @@
<Sect2><Title>TQSqlSelectCursor (TQt v3.2.0+)</Title>
<FuncSynopsis>
<FuncDef>int <Function>del</Function></FuncDef>
- <ParamDef>bool <Parameter>invalidate</Parameter> = TRUE</ParamDef>
+ <ParamDef>bool <Parameter>invalidate</Parameter> = true</ParamDef>
</FuncSynopsis>
<Para>
This has been renamed <Literal>delRecords</Literal> in Python.