diff options
Diffstat (limited to 'sip/qtsql/qsqlselectcursor.sip')
-rw-r--r-- | sip/qtsql/qsqlselectcursor.sip | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sip/qtsql/qsqlselectcursor.sip b/sip/qtsql/qsqlselectcursor.sip index 595e7ae..a33fee3 100644 --- a/sip/qtsql/qsqlselectcursor.sip +++ b/sip/qtsql/qsqlselectcursor.sip @@ -41,8 +41,6 @@ This has been renamed <Literal>execQuery</Literal> in Python. %End -%If (TQt_3_2_0 -) - class TQSqlSelectCursor : TQSqlCursor { %TypeHeaderCode @@ -88,5 +86,3 @@ protected: const TQString & = ",") const; bool select(const TQString &,const TQSqlIndex & = TQSqlIndex()) /ReleaseGIL/; }; - -%End |