File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,8 @@ class QgsTriangle : QgsPolygonV2
68
68
virtual bool fromWkt( const QString &wkt );
69
69
70
70
71
- QDomElement asGML3( QDomDocument &doc, int precision = 17, const QString &ns = "gml" ) const;
72
- %Docstring
73
- :rtype: QDomElement
74
- %End
71
+ virtual QDomElement asGML3( QDomDocument &doc, int precision = 17, const QString &ns = "gml" ) const;
72
+
75
73
76
74
virtual QgsPolygonV2 *surfaceToPolygon() const /Factory/;
77
75
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class CORE_EXPORT QgsTriangle : public QgsPolygonV2
75
75
76
76
// inherited: QString asWkt( int precision = 17 ) const;
77
77
// inherited (as a polygon): QDomElement asGML2( QDomDocument &doc, int precision = 17, const QString &ns = "gml" ) const;
78
- QDomElement asGML3 ( QDomDocument &doc, int precision = 17 , const QString &ns = " gml" ) const ;
78
+ QDomElement asGML3 ( QDomDocument &doc, int precision = 17 , const QString &ns = " gml" ) const override ;
79
79
// inherited: QString asJSON( int precision = 17 ) const;
80
80
81
81
QgsPolygonV2 *surfaceToPolygon () const override SIP_FACTORY;
You can’t perform that action at this time.
0 commit comments