Skip to content

Commit

Permalink
Skip method from sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jun 17, 2021
1 parent 0924ae1 commit a36e608
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
Expand Up @@ -142,19 +142,6 @@ datetime values for the provider.
.. 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
Expand Up @@ -163,7 +163,7 @@ class CORE_EXPORT QgsRasterDataProviderTemporalCapabilities : public QgsDataProv
*
* \see requestedTemporalRange()
*/
void setRequestedTemporalRange( const QgsDateTimeRange &range );
void setRequestedTemporalRange( const QgsDateTimeRange &range ) SIP_SKIP;

private:

Expand Down

0 comments on commit a36e608

Please sign in to comment.