@@ -50,10 +50,10 @@ typedef qint64 QgsFeatureId;
50
50
typedef WhatEver ShouldNotBeDisplayed;
51
51
#endif
52
52
53
- typedef QSet<QgsFeatureId SIP_PYARGTYPE ( qint64 )> QgsFeatureIds;
54
- typedef QMap<QgsFeatureId SIP_PYARGTYPE ( qint64 ), QgsAttributeMap SIP_PYARGTYPE ( ' QMap<int, QVariant>' )> QgsChangedAttributesMap;
55
- typedef QMap<QgsFeatureId, QgsAttributeMap> SIP_PYARGTYPE ( ' QMap<qint64, QMap<int, QVariant> >' ) QgsChangedAttributesMap;
56
- typedef QMap<QgsFeatureId, QPair<QMap<Something, Complex> >> SIP_PYARGTYPE ( ' QMap<qint64, QMap<int, QVariant>>' ) QgsChangedAttributesMap;
53
+ typedef QSet<QgsFeatureId SIP_PYTYPE ( qint64 )> QgsFeatureIds;
54
+ typedef QMap<QgsFeatureId SIP_PYTYPE ( qint64 ), QgsAttributeMap SIP_PYTYPE ( ' QMap<int, QVariant>' )> QgsChangedAttributesMap;
55
+ typedef QMap<QgsFeatureId, QgsAttributeMap> SIP_PYTYPE ( ' QMap<qint64, QMap<int, QVariant> >' ) QgsChangedAttributesMap;
56
+ typedef QMap<QgsFeatureId, QPair<QMap<Something, Complex> >> SIP_PYTYPE ( ' QMap<qint64, QMap<int, QVariant>>' ) QgsChangedAttributesMap;
57
57
58
58
/* * \ingroup core
59
59
* A super QGIS class
@@ -227,10 +227,10 @@ class CORE_EXPORT QgsSipifyHeader : public QtClass<QVariant>, private Ui::QgsBas
227
227
228
228
void differentDefaultValue ( bool defaultValue = true SIP_PYARGDEFAULT ( false ), QWidget *parent = nullptr, QString msg = QString() SIP_PYARGDEFAULT( " hello" ) );
229
229
230
- void differentType ( QList<QgsFeatureId> SIP_PYARGTYPE ( QList<qint64> ) & list );
230
+ void differentType ( QList<QgsFeatureId> SIP_PYTYPE ( QList<qint64> ) & list );
231
231
232
232
// ! complex default value and type (i.e. containing commas) should be given as a string with single quotes
233
- void complexDefaultValueAndType ( QList<QPair<QgsFeatureId SIP_PYARGTYPE ( qint64 ), QMap<int, QString>>> list = QList<QPair<QgsFeatureId, QMap<int, QString>>>() SIP_PYARGDEFAULT( ' QList<QPair<qint64, QMap<int, QString>>>()' ) );
233
+ void complexDefaultValueAndType ( QList<QPair<QgsFeatureId SIP_PYTYPE ( qint64 ), QMap<int, QString>>> list = QList<QPair<QgsFeatureId, QMap<int, QString>>>() SIP_PYARGDEFAULT( ' QList<QPair<qint64, QMap<int, QString>>>()' ) );
234
234
235
235
inline int inlineKeyWordShouldNotAppear ();
236
236
@@ -341,6 +341,8 @@ class CORE_EXPORT QgsSipifyHeader : public QtClass<QVariant>, private Ui::QgsBas
341
341
void position ( bool keep, bool middle_remove SIP_PYARGREMOVE, bool keep );
342
342
void position ( bool keep, bool last_remove SIP_PYARGREMOVE );
343
343
344
+ static void SIP_PYTYPE (SIP_PYLIST) changeReturnType( QVector<int > *resultTree = 0 , QVector<double > &resultCost = 0 );
345
+
344
346
// ! Some comment
345
347
Whatever &operator []( int i ) SIP_FACTORY;
346
348
#ifdef SIP_RUN
0 commit comments