mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Fix dox
This commit is contained in:
parent
b1bbc8511b
commit
898205e7d8
@ -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`
|
||||
|
||||
|
@ -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()
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user