diff --git a/python/core/conversions.sip b/python/core/conversions.sip index f229f8d3f9f..3a8cd9e32ce 100644 --- a/python/core/conversions.sip +++ b/python/core/conversions.sip @@ -37,7 +37,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION <= 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -119,7 +119,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -279,7 +279,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -336,7 +336,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -413,7 +413,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -536,7 +536,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -643,7 +643,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -857,7 +857,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End @@ -981,7 +981,7 @@ template #if (SIP_VERSION >= 0x040900) #define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString)) #endif -#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00) +#if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c01) #define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant)) #endif %End