diff --git a/python/PyQt6/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in b/python/PyQt6/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in index fa2e84801b4..11f3df65e34 100644 --- a/python/PyQt6/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in +++ b/python/PyQt6/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in @@ -40,7 +40,7 @@ Deselect features by feature ``ids``. virtual void setSelectedFeatures( const QgsFeatureIds &ids ) = 0; %Docstring Change selection to the new set of features. Dismisses the current selection. -Will emit the selectionChanged( const :py:class:`QgsFeatureIds`&, const :py:class:`QgsFeatureIds`&, bool ) signal with the +Will emit the :py:func:`~QgsIFeatureSelectionManager.selectionChanged` signal with the clearAndSelect flag set. :param ids: The ids which will be the new selection @@ -52,7 +52,7 @@ clearAndSelect flag set. %Docstring Returns reference to identifiers of selected features -:return: A list of :py:class:`QgsFeatureId`'s +:return: A list of selected :py:class:`QgsFeatureId` .. seealso:: :py:func:`setSelectedFeatures` %End diff --git a/python/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in b/python/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in index fa2e84801b4..11f3df65e34 100644 --- a/python/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in +++ b/python/gui/auto_generated/attributetable/qgsifeatureselectionmanager.sip.in @@ -40,7 +40,7 @@ Deselect features by feature ``ids``. virtual void setSelectedFeatures( const QgsFeatureIds &ids ) = 0; %Docstring Change selection to the new set of features. Dismisses the current selection. -Will emit the selectionChanged( const :py:class:`QgsFeatureIds`&, const :py:class:`QgsFeatureIds`&, bool ) signal with the +Will emit the :py:func:`~QgsIFeatureSelectionManager.selectionChanged` signal with the clearAndSelect flag set. :param ids: The ids which will be the new selection @@ -52,7 +52,7 @@ clearAndSelect flag set. %Docstring Returns reference to identifiers of selected features -:return: A list of :py:class:`QgsFeatureId`'s +:return: A list of selected :py:class:`QgsFeatureId` .. seealso:: :py:func:`setSelectedFeatures` %End diff --git a/src/gui/attributetable/qgsifeatureselectionmanager.h b/src/gui/attributetable/qgsifeatureselectionmanager.h index 0c54f3ee56a..ad43ee6c4fd 100644 --- a/src/gui/attributetable/qgsifeatureselectionmanager.h +++ b/src/gui/attributetable/qgsifeatureselectionmanager.h @@ -53,7 +53,7 @@ class GUI_EXPORT QgsIFeatureSelectionManager : public QObject /** * Change selection to the new set of features. Dismisses the current selection. - * Will emit the selectionChanged( const QgsFeatureIds&, const QgsFeatureIds&, bool ) signal with the + * Will emit the selectionChanged() signal with the * clearAndSelect flag set. * * \param ids The ids which will be the new selection @@ -64,7 +64,7 @@ class GUI_EXPORT QgsIFeatureSelectionManager : public QObject /** * Returns reference to identifiers of selected features * - * \returns A list of QgsFeatureId's + * \returns A list of selected QgsFeatureId * \see setSelectedFeatures() */ virtual const QgsFeatureIds &selectedFeatureIds() const = 0;