mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Spelling
This commit is contained in:
parent
fe535c5f77
commit
a0c6e05261
@ -131,7 +131,7 @@ return a new renderer - used by default in vector layers
|
||||
%Docstring
|
||||
Must be called when a render cycle has finished, to allow the renderer to clean up.
|
||||
|
||||
Calls to stopRender() must always be preceeded by a call to startRender().
|
||||
Calls to stopRender() must always be preceded by a call to startRender().
|
||||
|
||||
\warning This method is not thread safe. Before calling startRender() in a non-main thread,
|
||||
the renderer should instead be cloned and startRender()/stopRender() called on the clone.
|
||||
|
@ -167,7 +167,7 @@ class CORE_EXPORT QgsFeatureRenderer
|
||||
/**
|
||||
* Must be called when a render cycle has finished, to allow the renderer to clean up.
|
||||
*
|
||||
* Calls to stopRender() must always be preceeded by a call to startRender().
|
||||
* Calls to stopRender() must always be preceded by a call to startRender().
|
||||
*
|
||||
* \warning This method is not thread safe. Before calling startRender() in a non-main thread,
|
||||
* the renderer should instead be cloned and startRender()/stopRender() called on the clone.
|
||||
|
Loading…
x
Reference in New Issue
Block a user