Skip to content

Commit a7ca087

Browse files
committedFeb 26, 2019
Nullptr consistency in dox
1 parent d60b5e2 commit a7ca087

File tree

148 files changed

+322
-310
lines changed

Some content is hidden

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

148 files changed

+322
-310
lines changed
 

‎python/3d/auto_generated/qgsrulebased3drenderer.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ takes ownership of symbol, symbol may be None
8989

9090
QgsAbstract3DSymbol *symbol() const;
9191
%Docstring
92-
Gets the labeling settings. May return a null pointer.
92+
Returns the labeling settings. May return None.
9393
%End
9494

9595
QString filterExpression() const;
@@ -127,7 +127,7 @@ Unique rule identifier (for identification of rule within labeling, used as prov
127127

128128
void setSymbol( QgsAbstract3DSymbol *symbol /Transfer/ );
129129
%Docstring
130-
Sets new symbol (or NULL). Deletes old symbol if any.
130+
Sets new symbol (or None). Deletes old symbol if any.
131131
%End
132132

133133
void setFilterExpression( const QString &filterExp );

‎python/core/auto_generated/3d/qgs3drendererregistry.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Returns unique identifier of the 3D renderer class
3333

3434
virtual QgsAbstract3DRenderer *createRenderer( QDomElement &elem, const QgsReadWriteContext &context ) = 0 /Factory/;
3535
%Docstring
36-
Returns new instance of the renderer given the DOM element. Returns NULL on error.
36+
Returns new instance of the renderer given the DOM element. Returns None on error.
3737
Pure virtual function: must be implemented in derived classes.
3838
%End
3939

0 commit comments

Comments
 (0)