diff options
Diffstat (limited to 'sip/qt/qvaluelist.sip')
-rw-r--r-- | sip/qt/qvaluelist.sip | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sip/qt/qvaluelist.sip b/sip/qt/qvaluelist.sip index e2a1d9b..d803861 100644 --- a/sip/qt/qvaluelist.sip +++ b/sip/qt/qvaluelist.sip @@ -31,8 +31,6 @@ converted to and from Python lists of the type. %End -%If (TQt_2_1_0 -) - template<Type> %MappedType TQValueList<Type> { @@ -115,10 +113,6 @@ template<Type> %End }; -%End - - -%If (TQt_2_00 -) %MappedType TQValueList<int> { @@ -177,5 +171,3 @@ template<Type> return 1; %End }; - -%End |