Skip to content

Commit

Permalink
Add since
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 8, 2020
1 parent 1514c08 commit 283172f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/core/labeling/qgslabelsink.h
Expand Up @@ -31,8 +31,8 @@ class QgsRuleBasedLabeling;
* Abstract base class that can be used to intercept rendered labels from
* a labeling / rendering job.
*
* Internal class, not in public API. Added in QGIS 3.14
* \note not available in Python bindings
* \since QGIS 3.14
*/
class QgsLabelSink
{
Expand All @@ -46,8 +46,8 @@ class QgsLabelSink
* \ingroup core
* Implements a derived label provider for use with QgsLabelSink.
*
* Internal class, not in public API. Added in QGIS 2.12
* \note not available in Python bindings
* \since QGIS 3.14
*/
class QgsLabelSinkProvider : public QgsVectorLayerLabelProvider
{
Expand All @@ -65,8 +65,8 @@ class QgsLabelSinkProvider : public QgsVectorLayerLabelProvider
* \ingroup core
* Implements a derived label provider for rule based labels for use with QgsLabelSink.
*
* Internal class, not in public API. Added in QGIS 2.15
* \note not available in Python bindings
* \since QGIS 3.14
*/
class QgsRuleBasedLabelSinkProvider : public QgsRuleBasedLabelProvider
{
Expand All @@ -76,7 +76,6 @@ class QgsRuleBasedLabelSinkProvider : public QgsRuleBasedLabelProvider

/**
* Reinitialize the subproviders with QgsLabelSinkProviders
* \param layer layer
* \deprecated since QGIS 3.12
*/
Q_DECL_DEPRECATED void reinit( QgsVectorLayer *layer );
Expand Down

0 comments on commit 283172f

Please sign in to comment.