Skip to content

Commit

Permalink
Fix expected sipify output
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 3, 2017
1 parent ac54a3f commit 548d61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/sipifyheader.expected.sip
Expand Up @@ -208,7 +208,7 @@ complex default value and type (i.e. containing commas) should be given as a str

void removeProxyFactory( QNetworkProxyFactory *factory /TransferBack/ );

void multiAnnotationArg( SomeClass** object /Out,TransferBack/, int& another /Out/ );
void multiAnnotationArg( SomeClass **object /Out,TransferBack/, int &another /Out/ );

bool removeFunctionBody( const QList<int, QString> &list, QgsVectorLayer *vl, Some::Thing _part = -1 /*default =-1*/ );
%Docstring
Expand Down

0 comments on commit 548d61b

Please sign in to comment.