Skip to content

Commit

Permalink
Fix broken see also link
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 13, 2020
1 parent 0a2560a commit ede9e98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -90,8 +90,6 @@ extent of datetime values available for reference temporal ranges from the provi
%Docstring
Returns the requested temporal range.
Intended to be used by the provider in fetching data.

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

void setRequestedReferenceTemporalRange( const QgsDateTimeRange &range );
Expand Down
2 changes: 0 additions & 2 deletions src/core/raster/qgsrasterdataprovidertemporalcapabilities.h
Expand Up @@ -105,8 +105,6 @@ class CORE_EXPORT QgsRasterDataProviderTemporalCapabilities : public QgsDataProv
/**
* Returns the requested temporal range.
* Intended to be used by the provider in fetching data.
*
* \see setRequestedTemporalRange()
*/
const QgsDateTimeRange &requestedTemporalRange() const;

Expand Down

0 comments on commit ede9e98

Please sign in to comment.