Skip to content

Commit

Permalink
add one more api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi authored and nyalldawson committed Jan 21, 2019
1 parent 6dc537f commit 305131c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/symbology/qgssymbollayer.h
Expand Up @@ -319,6 +319,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 @@ -377,6 +378,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 305131c

Please sign in to comment.