Skip to content

Commit 13de14a

Browse files
authored
Merge pull request #8663 from qgis/m-kuhn-patch-1
Hint where to find select features method
2 parents a12bc5f + 6929852 commit 13de14a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

python/core/auto_generated/qgsvectorlayer.sip.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ Returns a list of the selected features IDs in this layer.
665665
.. seealso:: :py:func:`selectedFeatures`
666666

667667
.. seealso:: :py:func:`selectedFeatureCount`
668+
669+
.. seealso:: :py:func:`selectByIds`
668670
%End
669671

670672
QgsRectangle boundingBoxOfSelected() const;

src/core/qgsvectorlayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
702702
*
703703
* \see selectedFeatures()
704704
* \see selectedFeatureCount()
705+
* \see selectByIds()
705706
*/
706707
const QgsFeatureIds &selectedFeatureIds() const;
707708

0 commit comments

Comments
 (0)