From 0ca630115c71309316cdd7114123b62f4ed4d411 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 7 May 2020 11:13:39 +1000 Subject: [PATCH] Sipify --- python/core/auto_generated/qgsvectorlayer.sip.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/core/auto_generated/qgsvectorlayer.sip.in b/python/core/auto_generated/qgsvectorlayer.sip.in index d1545cdf4c2..ac9c220e953 100644 --- a/python/core/auto_generated/qgsvectorlayer.sip.in +++ b/python/core/auto_generated/qgsvectorlayer.sip.in @@ -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.