Skip to content

Commit

Permalink
Fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 26, 2017
1 parent c661ab1 commit c07050b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/qgsfeaturefiltermodel_p.h
Expand Up @@ -95,14 +95,14 @@ class QgsFieldExpressionValuesGatherer: public QThread
}

/**
* Internal data, use for whatever you want. Defaults to -1.
* Internal data, use for whatever you want.
*/
QVariant data() const;

/**
* Internal data, use for whatever you want. Defaults to -1.
* Internal data, use for whatever you want.
*/
void setData( const QVariant &data ); // TODO: Do we still need this???
void setData( const QVariant &data );

signals:

Expand Down

0 comments on commit c07050b

Please sign in to comment.