diff options
Diffstat (limited to 'sip/tqtsql/tqsqlcursor.sip')
-rw-r--r-- | sip/tqtsql/tqsqlcursor.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tqtsql/tqsqlcursor.sip b/sip/tqtsql/tqsqlcursor.sip index 76f258e..4d85be9 100644 --- a/sip/tqtsql/tqsqlcursor.sip +++ b/sip/tqtsql/tqsqlcursor.sip @@ -24,7 +24,7 @@ <Sect2><Title>TQSqlCursor (TQt v3+)</Title> <FuncSynopsis> <FuncDef>virtual 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. @@ -33,7 +33,7 @@ This has been renamed <Literal>delRecords</Literal> in Python. <FuncSynopsis> <FuncDef>virtual int <Function>del</Function></FuncDef> <ParamDef>const TQString &<Parameter>filter</Parameter></ParamDef> - <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. |