diff --git a/python/PyQt6/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in b/python/PyQt6/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in index e1541aded20..effaa7711af 100644 --- a/python/PyQt6/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in +++ b/python/PyQt6/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in @@ -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; diff --git a/python/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in b/python/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in index e1541aded20..effaa7711af 100644 --- a/python/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in +++ b/python/gui/auto_generated/proj/qgsrecentcoordinatereferencesystemsmodel.sip.in @@ -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; diff --git a/src/gui/proj/qgsrecentcoordinatereferencesystemsmodel.h b/src/gui/proj/qgsrecentcoordinatereferencesystemsmodel.h index b1e94867482..121bf7bded9 100644 --- a/src/gui/proj/qgsrecentcoordinatereferencesystemsmodel.h +++ b/src/gui/proj/qgsrecentcoordinatereferencesystemsmodel.h @@ -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 );