Skip to content

Commit

Permalink
Update sip
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jun 17, 2021
1 parent 18a7e03 commit 0924ae1
Showing 1 changed file with 14 additions and 0 deletions.
Expand Up @@ -140,6 +140,20 @@ datetime values for the provider.
.. seealso:: :py:func:`defaultInterval`

.. versionadded:: 3.20
%End

void setRequestedTemporalRange( const QgsDateTimeRange &range );
%Docstring
Sets the requested temporal ``range`` to retrieve when
returning data from the associated data provider.

.. note::

this is not normally manually set, and is intended for use by
:py:class:`QgsRasterLayerRenderer` to automatically set the requested temporal range
on a clone of the data provider during a render job.

.. seealso:: :py:func:`requestedTemporalRange`
%End

};
Expand Down

0 comments on commit 0924ae1

Please sign in to comment.