This commit is contained in:
Nyall Dawson 2020-05-07 11:13:39 +10:00
parent d98defec1a
commit 0ca630115c

View File

@ -451,6 +451,12 @@ Uses :py:class:`QgsExpression`
virtual QgsVectorDataProvider *dataProvider() ${SIP_FINAL};
virtual QgsMapLayerTemporalProperties *temporalProperties();
%Docstring
Returns temporal properties associated with the vector layer.
%End
void setProviderEncoding( const QString &encoding );
%Docstring
Sets the text ``encoding`` of the data provider.