Skip to content

Commit

Permalink
Small doxymentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 14, 2016
1 parent fe416d4 commit 32423a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/symbology-ng/qgsrendererv2.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ class CORE_EXPORT QgsFeatureRendererV2
*/
virtual QString filter( const QgsFields& fields = QgsFields() ) { Q_UNUSED( fields ); return QString::null; }

/**
* Returns a set of attributes required for this renderer.
*
* TODO QGIS3: Change QList to QSet
*/
virtual QList<QString> usedAttributes() = 0;

virtual ~QgsFeatureRendererV2();
Expand Down

0 comments on commit 32423a3

Please sign in to comment.