This commit is contained in:
Nyall Dawson 2019-12-11 15:57:27 +10:00
parent b1bbc8511b
commit 898205e7d8
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ class QgsLabelThinningSettings
Contains settings related to how the label engine removes candidate label positions and reduces the number
of displayed labels.
.. versionadded:: 3.10.2
.. versionadded:: 3.12
%End
%TypeHeaderCode
@ -35,7 +35,7 @@ Returns ``True`` if the number of labels drawn for the layer should be limited.
void setLimitNumberLabelsEnabled( bool enabled );
%Docstring
Sets wheter the the number of labels drawn for the layer should be limited.
Sets whether the the number of labels drawn for the layer should be limited.
.. seealso:: :py:func:`setMaximumNumberLabels`

View File

@ -29,7 +29,7 @@ class QgsExpressionContext;
* Contains settings related to how the label engine removes candidate label positions and reduces the number
* of displayed labels.
*
* \since QGIS 3.10.2
* \since QGIS 3.12
*/
class CORE_EXPORT QgsLabelThinningSettings
{
@ -43,7 +43,7 @@ class CORE_EXPORT QgsLabelThinningSettings
bool limitNumberOfLabelsEnabled() const { return mLimitNumLabels; }
/**
* Sets wheter the the number of labels drawn for the layer should be limited.
* Sets whether the the number of labels drawn for the layer should be limited.
* \see setMaximumNumberLabels()
* \see limitNumberOfLabelsEnabled()
*/