Skip to content

Commit

Permalink
fix sipify test
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Dec 16, 2017
1 parent f811d81 commit 60e9b26
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions tests/code_layout/sipifyheader.expected.sip
Expand Up @@ -147,14 +147,10 @@ A multiline method signature
virtual QgsMapLayerRenderer *createMapRenderer( QgsRenderContext &rendererContext ) /Factory/;
%Docstring
Factory annotation

:rtype: QgsMapLayerRenderer
%End

SomeObject *createAnother() /Factory/;
%Docstring

:rtype: SomeObject
%End

virtual SomeObject *createAnother2() /Factory/;
Expand All @@ -178,14 +174,10 @@ Here's some comment mentioning another class QgsAutoAwesomemater.makeLessAwesome
I return a pointer. If something bad happens, I return None.

:return: pointer to something cool
:rtype: MyPointer

%End

bool isOKwithErrMesg( QString &ErrMsg /Out/ );
%Docstring

:rtype: bool
%End

void InOutParam( bool &ok = true /In,Out/ );
Expand All @@ -203,14 +195,10 @@ complex default value and type (i.e. containing commas) should be given as a str

int inlineKeyWordShouldNotAppear();
%Docstring

:rtype: int
%End

QString labelForRange( double lower, double upper ) const /PyName=labelForLowerUpper/;
%Docstring

:rtype: str
%End

void setComposition( QgsComposition *c /KeepReference/ );
Expand All @@ -219,8 +207,6 @@ complex default value and type (i.e. containing commas) should be given as a str

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

:rtype: bool
%End


Expand All @@ -232,22 +218,16 @@ complex default value and type (i.e. containing commas) should be given as a str
QgsRaster::RasterBuildPyramids buildPyramidsFlag() const;
%Docstring
Removing function body with namespaced return value

:rtype: QgsRaster.RasterBuildPyramids
%End

virtual const QgsLayerMetadata &metadata() const;
%Docstring
Removing function body with virtual const reference

:rtype: QgsLayerMetadata
%End

bool myMultiLineBody();
%Docstring
Mulitline body

:rtype: bool
%End


Expand All @@ -261,46 +241,32 @@ Mulitline body

QString returnTypeString() const;
%Docstring

:rtype: str
%End

double returnTypeDouble() const;
%Docstring

:rtype: float
%End

QList< QgsAnnotation * > returnTypeList();
%Docstring

:rtype: list of QgsAnnotation
%End

QVector< QgsAnnotation > returnTypeVector();
%Docstring

:rtype: list of QgsAnnotation
%End

QStringList returnTypeStringList();
%Docstring

:rtype: list of str
%End

QSet<QgsActionScope> returnTypeSet();
%Docstring

:rtype: set of QgsActionScope
%End

This<Member> shouldBeIncluded;

static QString invokableMethod();
%Docstring

:rtype: str
%End

bool initializedMember;
Expand All @@ -311,8 +277,6 @@ Mulitline body

bool isValid( const QgsAbstractGeometry *geom ) const;
%Docstring

:rtype: bool
%End

int part;
Expand Down Expand Up @@ -362,8 +326,6 @@ remove argument
protected:
bool thisShouldBeListed();
%Docstring

:rtype: bool
%End


Expand Down

0 comments on commit 60e9b26

Please sign in to comment.