Skip to content

Commit ded7978

Browse files
authoredSep 4, 2018
Merge pull request #7790 from m-kuhn/featureid
Move QgsFeatureId to own header
2 parents 8af1c3f + b85f1ed commit ded7978

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+105
-66
lines changed
 

‎python/core/auto_generated/qgsattributes.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ typedef QVector<QVariant> QgsAttributes;
2626
%MappedType QgsAttributes
2727
{
2828
%TypeHeaderCode
29-
#include <qgsfeature.h>
29+
#include "qgsfeature.h"
3030
%End
3131

3232
%ConvertFromTypeCode

‎python/core/auto_generated/qgsfeature.sip.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515

1616

17-
18-
1917
class QgsFeature
2018
{
2119
%Docstring
@@ -527,9 +525,6 @@ typedef QMap<qint64, QMap<int, QVariant> > QgsChangedAttributesMap;
527525

528526
typedef QMap<qint64, QgsGeometry> QgsGeometryMap;
529527

530-
531-
typedef QSet<qint64> QgsFeatureIds;
532-
533528
typedef QList<QgsFeature> QgsFeatureList;
534529

535530

0 commit comments

Comments
 (0)
Please sign in to comment.