Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/qgsvectorlayerutils.h
improve comment message

Co-Authored-By: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
troopa81 and m-kuhn committed Dec 13, 2019
1 parent 0f20ddb commit 7dbf8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgsvectorlayerutils.h
Expand Up @@ -314,7 +314,8 @@ class CORE_EXPORT QgsVectorLayerUtils
static QHash<QString, QSet<QgsSymbolLayerId>> symbolLayerMasks( const QgsVectorLayer * ) SIP_SKIP;

/**
* \return the \a layer \a feature display string
* \returns a descriptive string for a \a feature, suitable for displaying to the user.
* The definition is taken from the ``displayExpression`` property of \a layer.
* \since QGIS 3.12
*/
static QString getFeatureDisplayString( const QgsVectorLayer *layer, const QgsFeature &feature );
Expand Down

0 comments on commit 7dbf8c8

Please sign in to comment.