Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
3 additions
and
3 deletions.
-
+3
−3
src/core/qgsfeaturefiltermodel_p.h
|
@@ -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: |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.