@@ -37,7 +37,7 @@ template <TYPE>
37
37
#if (SIP_VERSION >= 0x040900)
38
38
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
39
39
#endif
40
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION <= 0x040c00 )
40
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
41
41
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
42
42
#endif
43
43
%End
@@ -119,7 +119,7 @@ template <TYPE>
119
119
#if (SIP_VERSION >= 0x040900)
120
120
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
121
121
#endif
122
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
122
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
123
123
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
124
124
#endif
125
125
%End
@@ -279,7 +279,7 @@ template <TYPE>
279
279
#if (SIP_VERSION >= 0x040900)
280
280
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
281
281
#endif
282
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
282
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
283
283
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
284
284
#endif
285
285
%End
@@ -336,7 +336,7 @@ template <TYPE>
336
336
#if (SIP_VERSION >= 0x040900)
337
337
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
338
338
#endif
339
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
339
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
340
340
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
341
341
#endif
342
342
%End
@@ -413,7 +413,7 @@ template<TYPE>
413
413
#if (SIP_VERSION >= 0x040900)
414
414
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
415
415
#endif
416
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
416
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
417
417
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
418
418
#endif
419
419
%End
@@ -536,7 +536,7 @@ template<TYPE>
536
536
#if (SIP_VERSION >= 0x040900)
537
537
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
538
538
#endif
539
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
539
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
540
540
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
541
541
#endif
542
542
%End
@@ -643,7 +643,7 @@ template<TYPE1, TYPE2>
643
643
#if (SIP_VERSION >= 0x040900)
644
644
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
645
645
#endif
646
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
646
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
647
647
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
648
648
#endif
649
649
%End
@@ -857,7 +857,7 @@ template<double, TYPE2>
857
857
#if (SIP_VERSION >= 0x040900)
858
858
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
859
859
#endif
860
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
860
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
861
861
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
862
862
#endif
863
863
%End
@@ -981,7 +981,7 @@ template<double, TYPE2>
981
981
#if (SIP_VERSION >= 0x040900)
982
982
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
983
983
#endif
984
- #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00 )
984
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01 )
985
985
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
986
986
#endif
987
987
%End
0 commit comments