@@ -36,6 +36,8 @@ template <TYPE>
36
36
#include <QVector>
37
37
#if (SIP_VERSION >= 0x040900)
38
38
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
39
+ #endif
40
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
39
41
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
40
42
#endif
41
43
%End
@@ -116,6 +118,8 @@ template <TYPE>
116
118
#include <QVector>
117
119
#if (SIP_VERSION >= 0x040900)
118
120
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
121
+ #endif
122
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
119
123
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
120
124
#endif
121
125
%End
@@ -274,6 +278,8 @@ template <TYPE>
274
278
#include <QSet>
275
279
#if (SIP_VERSION >= 0x040900)
276
280
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
281
+ #endif
282
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
277
283
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
278
284
#endif
279
285
%End
@@ -329,6 +335,8 @@ template <TYPE>
329
335
#include <QSet>
330
336
#if (SIP_VERSION >= 0x040900)
331
337
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
338
+ #endif
339
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
332
340
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
333
341
#endif
334
342
%End
@@ -404,6 +412,8 @@ template<TYPE>
404
412
#include <QMap>
405
413
#if (SIP_VERSION >= 0x040900)
406
414
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
415
+ #endif
416
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
407
417
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
408
418
#endif
409
419
%End
@@ -525,6 +535,8 @@ template<TYPE>
525
535
#include <QMap>
526
536
#if (SIP_VERSION >= 0x040900)
527
537
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
538
+ #endif
539
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
528
540
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
529
541
#endif
530
542
%End
@@ -630,6 +642,8 @@ template<TYPE1, TYPE2>
630
642
#include <QMap>
631
643
#if (SIP_VERSION >= 0x040900)
632
644
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
645
+ #endif
646
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
633
647
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
634
648
#endif
635
649
%End
@@ -842,6 +856,8 @@ template<double, TYPE2>
842
856
#include <QMultiMap>
843
857
#if (SIP_VERSION >= 0x040900)
844
858
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
859
+ #endif
860
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
845
861
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
846
862
#endif
847
863
%End
@@ -964,6 +980,8 @@ template<double, TYPE2>
964
980
#include <QMap>
965
981
#if (SIP_VERSION >= 0x040900)
966
982
#define sipClass_QString ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QString))
983
+ #endif
984
+ #if (SIP_VERSION >= 0x040900 && SIP_VERSION < 0x040c00)
967
985
#define sipClass_QVariant ((sipWrapperType *) sipTypeAsPyTypeObject (sipType_QVariant))
968
986
#endif
969
987
%End
0 commit comments