Skip to content

Commit eeeacfe

Browse files
committedDec 3, 2015
Add QGIS3 todo
1 parent 6f26d9a commit eeeacfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsexpression.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ class CORE_EXPORT QgsExpression
120120
* @note if the returned list contains the QgsFeatureRequest::AllAttributes constant then
121121
* all attributes from the layer are required for evaluation of the expression.
122122
* QgsFeatureRequest::setSubsetOfAttributes automatically handles this case.
123+
*
124+
* TODO QGIS3: Return QSet<QString>
123125
*/
124126
QStringList referencedColumns() const;
125127

0 commit comments

Comments
 (0)
Please sign in to comment.