Skip to content

Commit b2c6d04

Browse files
author
jef
committed
r15197 worked with SIP 4.12.1 on OSGeo4W
r15205 breaks SIP 4.12.1 again, but apparently works on SIP 4.12.0 on OSX This hopefully works with both. git-svn-id: http://svn.osgeo.org/qgis/trunk@15211 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cf0ed8d commit b2c6d04

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

python/core/conversions.sip

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ template <TYPE>
3737
#if (SIP_VERSION >= 0x040900)
3838
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
3939
#endif
40-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION <= 0x040c00)
40+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
4141
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
4242
#endif
4343
%End
@@ -119,7 +119,7 @@ template <TYPE>
119119
#if (SIP_VERSION >= 0x040900)
120120
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
121121
#endif
122-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
122+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
123123
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
124124
#endif
125125
%End
@@ -279,7 +279,7 @@ template <TYPE>
279279
#if (SIP_VERSION >= 0x040900)
280280
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
281281
#endif
282-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
282+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
283283
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
284284
#endif
285285
%End
@@ -336,7 +336,7 @@ template <TYPE>
336336
#if (SIP_VERSION >= 0x040900)
337337
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
338338
#endif
339-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
339+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
340340
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
341341
#endif
342342
%End
@@ -413,7 +413,7 @@ template<TYPE>
413413
#if (SIP_VERSION >= 0x040900)
414414
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
415415
#endif
416-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
416+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
417417
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
418418
#endif
419419
%End
@@ -536,7 +536,7 @@ template<TYPE>
536536
#if (SIP_VERSION >= 0x040900)
537537
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
538538
#endif
539-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
539+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
540540
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
541541
#endif
542542
%End
@@ -643,7 +643,7 @@ template<TYPE1, TYPE2>
643643
#if (SIP_VERSION >= 0x040900)
644644
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
645645
#endif
646-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
646+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
647647
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
648648
#endif
649649
%End
@@ -857,7 +857,7 @@ template<double, TYPE2>
857857
#if (SIP_VERSION >= 0x040900)
858858
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
859859
#endif
860-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
860+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
861861
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
862862
#endif
863863
%End
@@ -981,7 +981,7 @@ template<double, TYPE2>
981981
#if (SIP_VERSION >= 0x040900)
982982
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
983983
#endif
984-
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
984+
#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01)
985985
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
986986
#endif
987987
%End

0 commit comments

Comments
 (0)