mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix build
This commit is contained in:
parent
8631472089
commit
b36dd121d3
@ -79,7 +79,7 @@ class QgsInterpolator
|
|||||||
%Docstring
|
%Docstring
|
||||||
Feature source
|
Feature source
|
||||||
%End
|
%End
|
||||||
ValueSource valueSource;
|
QgsInterpolator::ValueSource valueSource;
|
||||||
%Docstring
|
%Docstring
|
||||||
Source for feature values to interpolate
|
Source for feature values to interpolate
|
||||||
%End
|
%End
|
||||||
|
@ -95,7 +95,7 @@ class ANALYSIS_EXPORT QgsInterpolator
|
|||||||
//! Feature source
|
//! Feature source
|
||||||
QgsFeatureSource *source = nullptr;
|
QgsFeatureSource *source = nullptr;
|
||||||
//! Source for feature values to interpolate
|
//! Source for feature values to interpolate
|
||||||
ValueSource valueSource = ValueAttribute;
|
QgsInterpolator::ValueSource valueSource = QgsInterpolator::ValueAttribute;
|
||||||
//! Index of feature attribute to use for interpolation
|
//! Index of feature attribute to use for interpolation
|
||||||
int interpolationAttribute = -1;
|
int interpolationAttribute = -1;
|
||||||
//! Source type
|
//! Source type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user