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