Skip to content

Commit

Permalink
sip update qgsfeature
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 12, 2017
1 parent 6e3e8ce commit ad5054b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/core/qgsfeature.sip
Expand Up @@ -471,6 +471,7 @@ Allows direct construction of QVariants from features.

typedef QMap<qint64, QMap<int, QVariant> > QgsChangedAttributesMap;


typedef QMap<qint64, QgsGeometry> QgsGeometryMap;


Expand Down
2 changes: 1 addition & 1 deletion scripts/sipify.pl
Expand Up @@ -10,7 +10,7 @@

# read arguments
my $debug = 0;
GetOptions ("debug" => \$debug) or die("Error in command line arguments\n");
die("usage: $0 [-debug] headerfile\n") unless GetOptions ("debug" => \$debug) && @ARGV == 1;
my $headerfile = $ARGV[0];

sub processDoxygenLine
Expand Down

0 comments on commit ad5054b

Please sign in to comment.