diff options
Diffstat (limited to 'sip/qtsql/qsqlindex.sip')
-rw-r--r-- | sip/qtsql/qsqlindex.sip | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sip/qtsql/qsqlindex.sip b/sip/qtsql/qsqlindex.sip index c839a44..5e6db25 100644 --- a/sip/qtsql/qsqlindex.sip +++ b/sip/qtsql/qsqlindex.sip @@ -29,8 +29,6 @@ %End -%If (TQt_3_0_0 -) - class TQSqlIndex : TQSqlRecord { %TypeHeaderCode @@ -60,5 +58,3 @@ public: static TQSqlIndex fromStringList(const TQStringList &,const TQSqlCursor *); }; - -%End |