Fix seealso links

This commit is contained in:
Nyall Dawson 2024-01-18 16:15:34 +10:00
parent cf0e101664
commit b5a706ff13
3 changed files with 0 additions and 6 deletions

View File

@ -95,8 +95,6 @@ Sets whether deprecated CRS should be filtered from the results.
%Docstring
Sets a ``filter`` string, such that only coordinate reference systems matching the
specified string will be shown.
.. seealso:: :py:func:`filterString`
%End
QgsCoordinateReferenceSystemProxyModel::Filters filters() const;

View File

@ -95,8 +95,6 @@ Sets whether deprecated CRS should be filtered from the results.
%Docstring
Sets a ``filter`` string, such that only coordinate reference systems matching the
specified string will be shown.
.. seealso:: :py:func:`filterString`
%End
QgsCoordinateReferenceSystemProxyModel::Filters filters() const;

View File

@ -121,8 +121,6 @@ class GUI_EXPORT QgsRecentCoordinateReferenceSystemsProxyModel: public QSortFilt
/**
* Sets a \a filter string, such that only coordinate reference systems matching the
* specified string will be shown.
*
* \see filterString()
*/
void setFilterString( const QString &filter );