Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add one more api doc
(cherry picked from commit 305131c)
  • Loading branch information
mbernasocchi authored and nyalldawson committed Jan 21, 2019
1 parent e29ccb7 commit a08c8b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/symbology/qgssymbollayer.h
Expand Up @@ -317,6 +317,7 @@ class CORE_EXPORT QgsSymbolLayer
* Sets a data defined property for the layer. Any existing property with the same key
* will be overwritten.
* \see dataDefinedProperties()
* \see Property
* \since QGIS 3.0
*/
virtual void setDataDefinedProperty( Property key, const QgsProperty &property );
Expand Down Expand Up @@ -375,6 +376,7 @@ class CORE_EXPORT QgsSymbolLayer
/**
* Returns a reference to the symbol layer's property collection, used for data defined overrides.
* \see setDataDefinedProperties()
* \see Property
* \since QGIS 3.0
*/
QgsPropertyCollection &dataDefinedProperties() { return mDataDefinedProperties; }
Expand Down

0 comments on commit a08c8b7

Please sign in to comment.